Skip to content

Commit

Permalink
🐛 fixed link to wrong page
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexsp32 authored May 26, 2024
1 parent 75b3b93 commit d3b26a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/venues/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default async function Venues() {
<span className="text-xl uppercase font-bold">Events</span>
</a>
<a
href="/venues"
href="/schedule"
className="inline-block bg-secondary px-4 py-1 rounded-sm drop-shadow-sm hover:scale-105"
>
<FiCalendar className="inline-block mb-2 mr-2" />
Expand Down

0 comments on commit d3b26a9

Please sign in to comment.