Skip to content

Commit

Permalink
#57 format
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-serb committed Jan 1, 2024
1 parent cebe539 commit feef7e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/molecules/MFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const currentYear = computed<number>(() => new Date().getFullYear());
<div class="footer-wrapper container">
<div class="annotation">
<span class="annotation__text">
© 2022 — {{ currentYear }}
<a href="/" target="_blank" translate="no">Wavelovers</a>. Content licensed under
© 2022 — {{ currentYear }} <a href="/" target="_blank" translate="no">Wavelovers</a>.
Content licensed under
</span>
<a href="https://wavelovers.ru/LICENSE.md" target="_blank">
GNU General Public License v3.0
Expand Down

0 comments on commit feef7e5

Please sign in to comment.