Skip to content

Commit ed96391

Browse files
committed
fix: add h1 to blog list page
1 parent 9f6bc48 commit ed96391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/blog/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ useSeoMeta({
2929
<template>
3030
<main class="container py-8 sm:py-12 w-full">
3131
<header class="mb-8 pb-8 border-b border-border flex place-content-center text-3xl">
32-
<div class="">blog...</div>
32+
<h1 class="">blog...</h1>
3333
</header>
3434

3535
<article v-if="posts && posts.length > 0" class="mx-30 space-y-4">

0 commit comments

Comments
 (0)