Skip to content

277 simple fixes #286

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 5 commits into from
Jun 12, 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
4 changes: 2 additions & 2 deletions app/(pre-dashboard)/(landing)/sections/Hero/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ function Navbar() {
<Image
width={100}
height={100}
src="/landing/S2025/HackRU_stamp.png"
alt="neon hackru logo"
src="/landing/S2025/hackru-generic-logo.png"
alt="generic hackru logo"
/>
</div>
<a
Expand Down
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
Binary file added public/landing/S2025/hackru-generic-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.