Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow committed Sep 26, 2024
1 parent c5e7d59 commit 8c738ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[locale]/gallery/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const Page = async ({ params: { locale } }: PageProps) => {
</Link>
<Link
href={`/gallery?artist=${art.slug}`}
as={`/gallery/${art.slug}`}
// as={`/gallery/${art.slug}`}
scroll={false}
style={{ textDecoration: 'none', zIndex: 11, backgroundColor: 'inherit', margin: 'auto' }}
>
Expand Down

0 comments on commit 8c738ea

Please sign in to comment.