fix: change back button from /archive to /shows
Some checks failed
Deploy Fediversion / deploy (push) Failing after 1s

This commit is contained in:
fullsizemalt 2025-12-30 18:53:09 -08:00
parent b1eed75b31
commit 265200b6ad

View file

@ -67,7 +67,7 @@ export default async function ShowDetailPage({ params }: { params: Promise<{ slu
<div className="flex flex-col gap-6"> <div className="flex flex-col gap-6">
<div className="flex flex-col gap-4 md:flex-row md:items-center md:justify-between"> <div className="flex flex-col gap-4 md:flex-row md:items-center md:justify-between">
<div className="flex items-center gap-4"> <div className="flex items-center gap-4">
<Link href="/archive"> <Link href="/shows">
<Button variant="ghost" size="icon"> <Button variant="ghost" size="icon">
<ArrowLeft className="h-4 w-4" /> <ArrowLeft className="h-4 w-4" />
</Button> </Button>