Skip to content

Commit 401b5f0

Browse files
authored
fix: fix announcement reappear (#23)
* fix: fix announcement reappear * fix: update daysTolive to 1
1 parent 1db52c6 commit 401b5f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/pages/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ const Root = () => {
4646
subtitle="UBC iGEM 2024 is officially the Best Undergrad Team in North America this year! 🌎🥳 "
4747
link="https://2024.igem.wiki/ubc-vancouver/awards/"
4848
imageSource={NUCLOUD}
49-
daysToLive={0}
5049
secondsBeforeBannerShows={0}
50+
daysToLive={1}
5151
closeIconSize={30}
5252
animateInDuration={500}
5353
animateOutDuration={500}

0 commit comments

Comments
 (0)