Skip to content

Commit 727f305

Browse files
committed
fix: add back button to blog page (#2022)
1 parent bd8fa38 commit 727f305

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

app/pages/blog/index.vue

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@ useSeoMeta({
2121
<main class="container w-full flex-1 py-12 sm:py-16 overflow-x-hidden">
2222
<article class="max-w-2xl mx-auto">
2323
<header class="mb-12">
24-
<h1 class="font-mono text-3xl sm:text-4xl font-medium">
25-
{{ $t('blog.heading') }}
26-
</h1>
24+
<div class="flex items-baseline justify-between gap-4 mb-4">
25+
<h1 class="font-mono text-3xl sm:text-4xl font-medium">
26+
{{ $t('blog.heading') }}
27+
</h1>
28+
<BackButton />
29+
</div>
2730
<p class="text-fg-muted text-lg">
2831
{{ $t('tagline') }}
2932
</p>

0 commit comments

Comments
 (0)