Skip to content

Commit 98b2506

Browse files
authored
update project-info page (#470)
1 parent dd9ba8c commit 98b2506

4 files changed

Lines changed: 64 additions & 8 deletions

File tree

app/(pages)/(hackers)/_components/ProjectInfo/JudgingInfo/JudgingInfo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
{

app/(pages)/(hackers)/_components/ProjectInfo/JudgingInfo/JudgingSteps/ImportantAnnouncement/ImportantAnnouncement.tsx

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
import Image from 'next/image';
44
import 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';
66
import GreenSign from 'public/hackers/project-info/greenSign.svg';
77
import BlueSign from 'public/hackers/project-info/blueSign.svg';
88
import styles from './ImportantAnnouncement.module.scss';
99

1010
const 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

1919
const 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
-92.3 KB
Binary file not shown.
Lines changed: 58 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)