Skip to content

Commit

Permalink
fix: Remove unnecessary button
Browse files Browse the repository at this point in the history
  • Loading branch information
hampfh committed Nov 19, 2024
1 parent 182a12e commit 5bd319a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,16 +95,6 @@ export default async function HomePage() {
<ArrowRightIcon size={15} />
</Button>
</Link>
{fair_start < today && today < fair_end && (
<Link href="/students/map">
<Button
variant={"secondary"}
className="dark:bg-liqorice-700">
Go to map
<ArrowRightIcon className="ml-2 h-4 w-4" />
</Button>
</Link>
)}
</>
)}
</div>
Expand Down

0 comments on commit 5bd319a

Please sign in to comment.