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";
10
10
import Sustain from "../images/about/sustainability_in_synbio.svg" ;
11
11
import Blank from "../images/about/blank.svg" ;
12
12
import "../components/index.css" ;
13
- import Pilot from "../images/past/2023 .svg" ;
13
+ import nuCloud from "../images/past/2024 .svg" ;
14
14
import {
15
15
Background ,
16
16
Center ,
@@ -91,9 +91,9 @@ const ButtonDiv = styled.div`
91
91
const About = ( ) => {
92
92
const initiatives = [
93
93
{
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/" ,
97
97
} ,
98
98
{
99
99
name : "simply synbio video series" ,
@@ -106,11 +106,6 @@ const About = () => {
106
106
link : "https://open.spotify.com/show/0XoxgxlAEtypmucLuxUzig?si=8badd4a711e14f97" ,
107
107
} ,
108
108
{ name : "Community Outreach" , image : Blank , link : "" } ,
109
- {
110
- name : "Simply Synbio Blog" ,
111
- image : SimplySynbioBlog ,
112
- link : "https://ubcigem.com/simplysynbio/" ,
113
- } ,
114
109
{ name : "Past Projects" , image : Blank , link : "https://ubcigem.com/past/" } ,
115
110
] ;
116
111
You can’t perform that action at this time.
0 commit comments