Skip to content

Commit

Permalink
fix: add no-underline to contribute page headings
Browse files Browse the repository at this point in the history
  • Loading branch information
romangg committed Jul 9, 2024
1 parent cac9b0e commit f57b547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/contribute.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="max-w-screen-sm mx-auto">
<div class="prose dark:prose-invert px-6">
<ContentRenderer :value="data" />
<div class="prose prose-a:prose-headings:no-underline dark:prose-invert px-6">
<ContentRenderer :value="data!" />
</div>
</div>
</template>
Expand Down

0 comments on commit f57b547

Please sign in to comment.