Skip to content

Commit

Permalink
fix(website): wrong back link text
Browse files Browse the repository at this point in the history
Use samples instead of templates
  • Loading branch information
sdorra committed Jul 14, 2024
1 parent 9b6195f commit 8a5ae0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/app/(home)/samples/[name]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default async function Page({ params: { name } }: Props) {
className="inline-flex items-center gap-1 text-sm text-muted-foreground mb-8 hover:text-accent-foreground"
>
<ChevronLeft className="size-4" />
Back to Templates
Back to Samples
</Link>
<article className="prose">
<h1>{sample.title}</h1>
Expand Down

0 comments on commit 8a5ae0c

Please sign in to comment.