We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8fa38 commit 727f305Copy full SHA for 727f305
app/pages/blog/index.vue
@@ -21,9 +21,12 @@ useSeoMeta({
21
<main class="container w-full flex-1 py-12 sm:py-16 overflow-x-hidden">
22
<article class="max-w-2xl mx-auto">
23
<header class="mb-12">
24
- <h1 class="font-mono text-3xl sm:text-4xl font-medium">
25
- {{ $t('blog.heading') }}
26
- </h1>
+ <div class="flex items-baseline justify-between gap-4 mb-4">
+ <h1 class="font-mono text-3xl sm:text-4xl font-medium">
+ {{ $t('blog.heading') }}
27
+ </h1>
28
+ <BackButton />
29
+ </div>
30
<p class="text-fg-muted text-lg">
31
{{ $t('tagline') }}
32
</p>
0 commit comments