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 2f33f92 commit f0c41c2Copy full SHA for f0c41c2
app/pages/blog/index.vue
@@ -21,12 +21,9 @@ 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
- <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>
+ <h1 class="font-mono text-3xl sm:text-4xl font-medium">
+ {{ $t('blog.heading') }}
+ </h1>
30
<p class="text-fg-muted text-lg">
31
{{ $t('tagline') }}
32
</p>
0 commit comments