File tree Expand file tree Collapse file tree
app/(pages)/(hackers)/_components/ProjectInfo/JudgingInfo
JudgingSteps/ImportantAnnouncement
public/hackers/project-info Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const accordionItems: AccordionItemInt[] = [
2020 } ,
2121 {
2222 subtitle : '11:30 - 12:00 AM' ,
23- title : 'Important Announcement ' ,
23+ title : 'Team vs Table Number ' ,
2424 content : < ImportantAnnouncement /> ,
2525 } ,
2626 {
Original file line number Diff line number Diff line change 22
33import Image from 'next/image' ;
44import TeamVsTableSpeechBubble from 'public/hackers/project-info/teamVsTableSpeech.svg' ;
5- import TeamVsTableNumber from 'public/hackers/project-info/teamVsTableNumber.png ' ;
5+ import TeamVsTableNumber from 'public/hackers/project-info/teamVsTableNumber.svg ' ;
66import GreenSign from 'public/hackers/project-info/greenSign.svg' ;
77import BlueSign from 'public/hackers/project-info/blueSign.svg' ;
88import styles from './ImportantAnnouncement.module.scss' ;
99
1010const topInfo = [
1111 < p key = "1" >
12- Team numbers will be available on < span > Devpost</ span >
12+ Team numbers will be available on < span > Devpost</ span > under the Tables tab
1313 </ p > ,
1414 < p key = "2" >
1515 Each team member MUST input their team number on < span > Hub homepage</ span >
@@ -18,12 +18,10 @@ const topInfo = [
1818
1919const bottomInfo = [
2020 < p key = "1" >
21- HackerHub will provide you with a < span > table number</ span > (NOT the same as
22- your team number)
23- </ p > ,
24- < p key = "2" >
25- Use this table number (NOT your team number) to find your table for demos
21+ Hub will provide you with a < span > table number</ span > (< u > NOT</ u > the same
22+ as your team number)
2623 </ p > ,
24+ < p key = "2" > Use this table number to find your table for demos</ p > ,
2725 < p key = "3" >
2826 Contact a HackDavis director if you and your team are not seeing the same
2927 table number
You can’t perform that action at this time.
0 commit comments