Skip to content

Commit

Permalink
Fix copyright image space
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Aug 29, 2023
1 parent b3816f7 commit 7ec3302
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Layout/LayoutFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
>
</span>
</div>
<div class="flex items-center text-xs">
<div class="flex items-center text-xs gap-2">
<component
:is="copyright_image_link ? 'a' : 'span'"
:href="copyright_image_link"
Expand All @@ -26,7 +26,6 @@
v-if="copyright_image"
:src="copyright_image"
alt="copyright"
class="mr-2"
/>
</component>
<span>{{ copyright_text }}</span>
Expand Down

0 comments on commit 7ec3302

Please sign in to comment.