Skip to content
Snippets Groups Projects

v0.6.4 - storybook publish fix

Merged Gintautas Jurgelevičius requested to merge develop into master
Files
5
@@ -46,12 +46,12 @@ export const footerLinks = [
link: 'https://igem.org',
items: [
{
title: 'Old Website',
link: 'https://old.igem.org'
title: 'Our Vision',
link: 'https://igem.org/about-us/our-vision'
},
{
title: 'Our Vision',
link: 'https://igem.org/Vision'
title: 'Sponsorship',
link: 'https://igem.org/patronage/sponsorship'
},
{
title: 'iGEM Blog',
@@ -63,7 +63,7 @@ export const footerLinks = [
},
{
title: 'News',
link: 'https://igem.org/News'
link: 'https://old.igem.org/News'
},
{
title: 'Jobs',
@@ -77,7 +77,7 @@ export const footerLinks = [
items: [
{
title: 'Timeline',
link: 'https://igem.org/Timeline'
link: 'https://old.igem.org/Timeline'
},
{
title: 'Previous Year',
@@ -93,7 +93,7 @@ export const footerLinks = [
},
{
title: '2021 Results',
link: 'https://jamboree.igem.org/results'
link: 'https://jamboree.igem.org/2021/results'
}
]
},
@@ -103,7 +103,7 @@ export const footerLinks = [
items: [
{
title: 'Team List',
link: 'https://igem.org/Team_List'
link: 'https://old.igem.org/Team_List'
},
{
title: 'Project Videos',
@@ -134,14 +134,6 @@ export const footerLinks = [
{
title: 'Ambassadors',
link: 'https://community.igem.org/ambassador-program/'
},
{
title: 'Networks',
link: 'https://community.igem.org/'
},
{
title: 'Initiatives',
link: 'https://community.igem.org/'
}
]
},
@@ -150,28 +142,28 @@ export const footerLinks = [
link: 'https://technology.igem.org/',
items: [
{
title: 'About',
link: 'https://igem.org/Registry'
title: 'Registry',
link: 'https://technology.igem.org/registry'
},
{
title: 'Parts Registry',
link: 'https://parts.igem.org/'
title: 'Distribution',
link: 'https://technology.igem.org/distribution'
},
{
title: 'Distribution Kits',
link: 'https://parts.igem.org/assembly/libraries.cgi'
title: 'Assembly',
link: 'https://technology.igem.org/assembly'
},
{
title: 'Team Parts',
link: 'https://igem.org/Team_Parts?year=2021'
link: 'https://old.igem.org/Team_Parts?year=2021'
},
{
title: 'Engineering Hub',
link: 'https://2021.igem.org/Engineering'
title: 'Engineering Resources',
link: 'https://technology.igem.org/engineering/introduction'
},
{
title: 'Engineering Webinars',
link: 'https://2021.igem.org/Engineering/Webinars'
link: 'https://technology.igem.org/engineering/webinars'
}
]
},
@@ -180,16 +172,16 @@ export const footerLinks = [
link: 'https://responsibility.igem.org/',
items: [
{
title: 'Safety & Security at iGEM',
link: 'https://igem.org/Safety'
title: 'Safety Policies',
link: 'https://responsibility.igem.org/safety-policies/introduction'
},
{
title: 'Human Practices at iGEM',
link: 'https://igem.org/Human_Practices'
title: 'Human Practices',
link: 'https://responsibility.igem.org/human-practices/what-is-human-practices'
},
{
title: 'Safety Hub',
link: 'https://2021.igem.org/Safety'
title: 'Responsible Design',
link: 'https://responsibility.igem.org/guidance/responsible-design'
},
{
title: 'Human Practices Hub',
@@ -225,11 +217,11 @@ export const footerLinks = [
},
{
title: 'Design League',
link: 'https://igem.org/Designleague'
link: 'https://leagues.igem.org/design'
},
{
title: 'Indian League',
link: 'https://igem.org/Indian-League'
link: 'https://leagues.igem.org/indian'
},
{
title: 'iGEM Academy',
@@ -243,15 +235,15 @@ export const footerLinks = [
items: [
{
title: '2021 Recap',
link: 'https://jamboree.igem.org/recap'
link: 'https://jamboree.igem.org/2021/recap'
},
{
title: '2021 Startup Showcase',
link: 'https://jamboree.igem.org/epic'
link: 'https://jamboree.igem.org/2021/epic'
},
{
title: '2021 Meetups',
link: 'https://jamboree.igem.org/meetups'
link: 'https://jamboree.igem.org/2021/meetups'
}
]
}
Loading