Skip to content

Commit

Permalink
fix(index): correct tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Aug 29, 2021
1 parent 442a34f commit 6eb3cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
</div>
<div>
<!-- Wrapping div required for paragraph's negative margin to work. -->
<i18n class="mt-[-0.5rem]" path="about">
<i18n class="mt-[-0.5rem]" path="about" tag="p">
<template #aboutMarkSoftwareTemplate>
<mark>{{ $t('aboutMarkSoftware') }}</mark>
</template>
Expand Down

0 comments on commit 6eb3cb9

Please sign in to comment.