File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import SimplySynbioBlog from "../images/about/simplysynbioblog.svg";
1010import Sustain from "../images/about/sustainability_in_synbio.svg" ;
1111import Blank from "../images/about/blank.svg" ;
1212import "../components/index.css" ;
13- import Pilot from "../images/past/2023 .svg" ;
13+ import nuCloud from "../images/past/2024 .svg" ;
1414import {
1515 Background ,
1616 Center ,
@@ -91,9 +91,9 @@ const ButtonDiv = styled.div`
9191const About = ( ) => {
9292 const initiatives = [
9393 {
94- name : "2023 project" ,
95- image : Pilot ,
96- link : "https://2023 .igem.wiki/ubc-vancouver/" ,
94+ name : "2024 project" ,
95+ image : nuCloud ,
96+ link : "https://2024 .igem.wiki/ubc-vancouver/" ,
9797 } ,
9898 {
9999 name : "simply synbio video series" ,
@@ -106,11 +106,6 @@ const About = () => {
106106 link : "https://open.spotify.com/show/0XoxgxlAEtypmucLuxUzig?si=8badd4a711e14f97" ,
107107 } ,
108108 { name : "Community Outreach" , image : Blank , link : "" } ,
109- {
110- name : "Simply Synbio Blog" ,
111- image : SimplySynbioBlog ,
112- link : "https://ubcigem.com/simplysynbio/" ,
113- } ,
114109 { name : "Past Projects" , image : Blank , link : "https://ubcigem.com/past/" } ,
115110 ] ;
116111
You can’t perform that action at this time.
0 commit comments