From 85f261598ddfba02ee61103438f0f2ff62d4f526 Mon Sep 17 00:00:00 2001 From: Arina Filatova <a.filatova@student.maastrichtuniversity.nl> Date: Sun, 29 Sep 2024 22:19:51 +0000 Subject: [PATCH] fix --- docs/.vuepress/components/Sponsors.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/components/Sponsors.vue b/docs/.vuepress/components/Sponsors.vue index 2d346c3..6d306a9 100644 --- a/docs/.vuepress/components/Sponsors.vue +++ b/docs/.vuepress/components/Sponsors.vue @@ -97,7 +97,7 @@ export default { { logoImage: 'https://static.igem.wiki/teams/5306/sponsors/neb-logo.webp', // Replace with your logo path name: 'New England Biolabs (NEB)', // Replace with your company name - websiteUrl: 'https://www.neb.com/en', // Replace with your website UR + websiteUrl: 'https://www.neb.com/en', // Replace with your website description: 'New England Biolabs is also a sponsor of the iGEM community. iGEM teams are indeed able to request guidance or products to help in their research. NEB was kind enough to offer Natronaut help, by sending kits and mixes (such as the High Fidelity DNA Assembly Master Mix) which were used in the research project. It is also thanks to NEB that the team was able to perform successful experiments!' // Replace with your description } ] -- GitLab