Skip to content

Commit

Permalink
fix(#287): linting
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed Mar 27, 2024
1 parent 698f8da commit b111996
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/elements/Teaser/BaseTeaser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class="absolute w-full mt-[-35%]"
:class="picClass"
:src="boars"
/>
>
<div class="absolute h-full w-full z-30 flex justify-center">
<slot />
</div>
Expand Down
5 changes: 4 additions & 1 deletion src/components/elements/Teaser/BaseTeaserSmall.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<template>
<BaseTeaser class="h-[30rem]" pic-class="">
<BaseTeaser
class="h-[30rem]"
pic-class=""
>
<slot />
</BaseTeaser>
</template>
Expand Down

0 comments on commit b111996

Please sign in to comment.