From 723f738b54cef6cde48daa58cf4236cb7621d247 Mon Sep 17 00:00:00 2001
From: Devyani Ravi <devyaniravi2003@gmail.com>
Date: Sat, 28 Sep 2024 00:32:40 +0000
Subject: [PATCH] adding codon table image

---
 docs/.vuepress/components/Contribution.vue | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/.vuepress/components/Contribution.vue b/docs/.vuepress/components/Contribution.vue
index 29b1fcd..df37370 100644
--- a/docs/.vuepress/components/Contribution.vue
+++ b/docs/.vuepress/components/Contribution.vue
@@ -44,6 +44,11 @@
           <p>
             In addition to our protocol guide, Natronaut has created an easily accessable codon optimization table specifically for <i>Vibrio natriegens</i> that can be directly used in Snapgene. This table will assist researchers in selecting the most efficient codons for gene expression, optimizing the performance of genetic constructs, and improving experimental outcomes for future teams working with <i>Vibrio natriegens</i>
           </p>
+          <img
+            src="https://static.igem.wiki/teams/5306/contribution/codon-opt.png"
+            alt="Codon Optimization Table"
+            width="100%"
+          />
         </div>
       </div>
 
-- 
GitLab