Skip to content

Commit 86c1a49

Browse files
committed
feat: update layouts
1 parent e8223f2 commit 86c1a49

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.vitepress/theme/components/Home.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<template>
2-
<main class="home" aria-labelledby="main-title">
2+
<div class="home" aria-labelledby="main-title">
33
<HomeHero />
44
<slot name="hero" />
55
<HomeFeatures />
66
<slot name="features" />
77
<HomeFooter />
88
<slot name="footer" />
9-
</main>
9+
</div>
1010
</template>
1111

1212
<script setup lang="ts">

.vitepress/theme/components/Page.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<main class="page">
2+
<div class="page">
33
<div class="container">
44
<slot name="top" />
55

@@ -13,7 +13,7 @@
1313

1414
<slot name="bottom" />
1515
</div>
16-
</main>
16+
</div>
1717
</template>
1818

1919
<script setup lang="ts">

0 commit comments

Comments
 (0)