Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const accordionItems: AccordionItemInt[] = [
},
{
subtitle: '11:30 - 12:00 AM',
title: 'Important Announcement',
title: 'Team vs Table Number',
content: <ImportantAnnouncement />,
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

import Image from 'next/image';
import TeamVsTableSpeechBubble from 'public/hackers/project-info/teamVsTableSpeech.svg';
import TeamVsTableNumber from 'public/hackers/project-info/teamVsTableNumber.png';
import TeamVsTableNumber from 'public/hackers/project-info/teamVsTableNumber.svg';
import GreenSign from 'public/hackers/project-info/greenSign.svg';
import BlueSign from 'public/hackers/project-info/blueSign.svg';
import styles from './ImportantAnnouncement.module.scss';

const topInfo = [
<p key="1">
Team numbers will be available on <span>Devpost</span>
Team numbers will be available on <span>Devpost</span> under the Tables tab
</p>,
<p key="2">
Each team member MUST input their team number on <span>Hub homepage</span>
Expand All @@ -18,12 +18,10 @@ const topInfo = [

const bottomInfo = [
<p key="1">
HackerHub will provide you with a <span>table number</span> (NOT the same as
your team number)
</p>,
<p key="2">
Use this table number (NOT your team number) to find your table for demos
Hub will provide you with a <span>table number</span> (<u>NOT</u> the same
as your team number)
</p>,
<p key="2">Use this table number to find your table for demos</p>,
<p key="3">
Contact a HackDavis director if you and your team are not seeing the same
table number
Expand Down
Binary file removed public/hackers/project-info/teamVsTableNumber.png
Binary file not shown.
58 changes: 58 additions & 0 deletions public/hackers/project-info/teamVsTableNumber.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading