Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit 9adf675

Browse files
chore: lint
1 parent b5170d6 commit 9adf675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/work/WorkPreview.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
rel="noopener"
3434
class="block text-rains no-underline text-center mx-6 mt-4 hover:text-shadow-sm transition-all"
3535
@click="logClick('heading')"
36-
><h2 class="text-2xl font-bold" v-t="`work.projects.${slug}.title`" /></a>
36+
><h2 v-t="`work.projects.${slug}.title`" class="text-2xl font-bold" /></a>
3737
<!-- eslint-disable-next-line vue/no-v-html -->
3838
<p class="mt-2 p-6 py-8 md:py-6 text-justify my-16 md:my-0 md:px-16" v-html="$t(`work.projects.${slug}.shortDescription`)" />
3939
</div>

0 commit comments

Comments
 (0)