Skip to content

Simple fixes - ayoob #284

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 10, 2025
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
2 changes: 1 addition & 1 deletion app/(pre-dashboard)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function Layout({ children }: { children: React.ReactNode }) {
<main className="relative h-fit w-fit ">
<Navbar />
<Suspense>
<Cursor />
{/* <Cursor /> */} {/*<-- Custom cursor component for the pre-dashboard, uncomment if needed */}
</Suspense>
{children}
<Suspense></Suspense>
Expand Down
6 changes: 3 additions & 3 deletions app/(pre-dashboard)/offseason/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ export default function ComingSoonPage() {
HackRU Coming Soon
</h1>
<p className="mt-4 px-4 text-center text-lg">
HackRU is back in{' '}
<span className="font-bold text-teal-400">the Fall </span>
Registration will open in the Fall, so stay tuned for more information.
HackRU is back on{' '}
<span className="font-bold text-teal-400">October 4th - 5th</span>
! Registration will open in the Fall, so stay tuned for more information.
</p>

<div className="mt-8 px-4 text-center">
Expand Down