From 1c2840d50fa3aa76b2956683de17bddc4a464e1b Mon Sep 17 00:00:00 2001
From: Pan Zhao <2653424179@qq.com>
Date: Tue, 1 Oct 2024 14:01:41 +0000
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E4=B8=BB=E9=A1=B5?=
 =?UTF-8?q?=E7=9A=84=E6=96=87=E6=9C=AC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/contents/parts.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/contents/parts.tsx b/src/contents/parts.tsx
index 98315aa..aad78b8 100644
--- a/src/contents/parts.tsx
+++ b/src/contents/parts.tsx
@@ -40,7 +40,7 @@ const basicParts: TableRowData[] = [
   { id: 'BBa_K5378012', type: 'Coding', description: 'TFF3',class:"table-element-yellow",link:'https://parts.igem.org/Part:BBa_K5378012'},
   { id: 'BBa_K5378016', type: 'RBS', description: 'RBS',class:"table-element-orange",link:'https://parts.igem.org/Part:BBa_K5378016'},
   { id: 'BBa_K5378018', type: 'Coding', description: 'GFP',class:"table-element-yellow",link:'https://parts.igem.org/Part:BBa_K5378018' },
-  { id: 'BBa_K5378020', type: 'Coding', description: '6xHis',class:"table-element-yellow table-bottom-line",link:'https://parts.igem.org/partsdb/edit_seq.cgi?part=BBa_K5378020'},
+  { id: 'BBa_K5378020', type: 'Coding', description: '6xHis',class:"table-element-orange table-bottom-line",link:'https://parts.igem.org/partsdb/edit_seq.cgi?part=BBa_K5378020'},
 ];
 const compositeParts: TableRowData[] = [
   { id: 'BBa_K5378002', type: 'Composite', description: 'PtynA-RBS-TPH1',class:"table-element-yellow",link:'' },
-- 
GitLab