Skip to content

Commit

Permalink
Merge pull request #130 from SpeciesFileGroup/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
José Luis Pereira authored and GitHub committed Aug 29, 2023
2 parents f4cb578 + c280767 commit 9c83db3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Layout/LayoutFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
>
</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"
class="min-w-fit"
>
<img
v-if="copyright_image"
:src="copyright_image"
alt="copyright"
class="mr-2"
/>
</component>
<span>{{ copyright_text }}</span>
Expand Down

0 comments on commit 9c83db3

Please sign in to comment.