fix: change back button from /archive to /shows
Some checks failed
Deploy Fediversion / deploy (push) Failing after 1s
Some checks failed
Deploy Fediversion / deploy (push) Failing after 1s
This commit is contained in:
parent
b1eed75b31
commit
265200b6ad
1 changed files with 1 additions and 1 deletions
|
|
@ -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-4 md:flex-row md:items-center md:justify-between">
|
||||
<div className="flex items-center gap-4">
|
||||
<Link href="/archive">
|
||||
<Link href="/shows">
|
||||
<Button variant="ghost" size="icon">
|
||||
<ArrowLeft className="h-4 w-4" />
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue