Skip to content

Commit

Permalink
🚨 Fix linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
TutorFx committed Sep 18, 2023
1 parent 96c1e26 commit 1025ac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/OgImage/OGImageBlog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ defineProps({

<div class="p-12">
<div>
<!-- eslint-disable-next-line tailwindcss/no-custom-classname -->
<Logotype class="w-26 h-10" />
</div>
<div class="relative mt-10 flex h-full flex-col" style="z-index: 10;">
Expand All @@ -50,8 +51,7 @@ defineProps({
</h1>
<div
class="max-w-4xl text-5xl leading-tight text-slate-700"
v-html="description"
/>
>{{description}}</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 1025ac3

Please sign in to comment.