Skip to content

Commit 1e5eb39

Browse files
committed
fix: contributors id
1 parent b3f592a commit 1e5eb39

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/pages/index.vue

+5-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,11 @@ const smAndLarger = breakpoints.greater('sm')
104104
</prose>
105105

106106
<div class="mt-10">
107-
<prose><h2 class="text-center sm:text-start">Contributors</h2></prose>
107+
<prose>
108+
<h2 id="contributors" class="text-center sm:text-start">
109+
Contributors
110+
</h2>
111+
</prose>
108112
<contributors class="pb-3 pt-10" />
109113
</div>
110114
</article>

0 commit comments

Comments
 (0)