Skip to content

Commit 5bd319a

Browse files
committed
fix: Remove unnecessary button
1 parent 182a12e commit 5bd319a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/app/page.tsx

-10
Original file line numberDiff line numberDiff line change
@@ -95,16 +95,6 @@ export default async function HomePage() {
9595
<ArrowRightIcon size={15} />
9696
</Button>
9797
</Link>
98-
{fair_start < today && today < fair_end && (
99-
<Link href="/students/map">
100-
<Button
101-
variant={"secondary"}
102-
className="dark:bg-liqorice-700">
103-
Go to map
104-
<ArrowRightIcon className="ml-2 h-4 w-4" />
105-
</Button>
106-
</Link>
107-
)}
10898
</>
10999
)}
110100
</div>

0 commit comments

Comments
 (0)