Skip to content

Commit f0c41c2

Browse files
committed
chore: revert blog back button
1 parent 2f33f92 commit f0c41c2

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

app/pages/blog/index.vue

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,9 @@ 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-
<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>
24+
<h1 class="font-mono text-3xl sm:text-4xl font-medium">
25+
{{ $t('blog.heading') }}
26+
</h1>
3027
<p class="text-fg-muted text-lg">
3128
{{ $t('tagline') }}
3229
</p>

0 commit comments

Comments
 (0)