Skip to content

Commit

Permalink
Merge pull request #113 from HackDavis/fix/WifiTimer
Browse files Browse the repository at this point in the history
Wifi fix
  • Loading branch information
winzamark123 authored Apr 27, 2024
2 parents 690795f + 9c398b7 commit 6699040
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ export default function Timer() {
<TiLocation size={20} />
<span>University Credit Union Center @ UC Davis</span>
</div>
<div className="tw-z-40 tw-flex tw-gap-8 tw-font-semibold">
<span>WIFI: hackdavis2024</span>
<span>Password: intel@HD2024</span>
</div>
</div>
</main>
);
Expand Down
10 changes: 0 additions & 10 deletions app/(pages)/(index-page)/event/dayTimer/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,6 @@ export default function DayTimer() {
<div id="landing">
<LandingEvent />
</div>
<div
className="tw-absolute tw-left-1/2 tw-z-40 tw-flex tw-gap-8 tw-font-semibold"
style={{
top: '65%',
transform: 'translate(-50%, -50%)',
}}
>
<span>WIFI: hackdavis2024</span>
<span>Password: intel@HD2024</span>
</div>
</main>
);
}

0 comments on commit 6699040

Please sign in to comment.