Skip to content

Commit

Permalink
Added links to footer for wiki and code
Browse files Browse the repository at this point in the history
  • Loading branch information
freyamade committed Jan 20, 2022
1 parent 78d9621 commit f7f8268
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions frontend/src/components/footer.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<template>
<footer id="footer" class="content has-text-centered">
<a href="#changelog" class="has-text-white" title="Changelog" @click="showChangelog"><span class="icon is-large"><i class="material-icons">update</i></span></a>
<p>Savage Aim, by Erika Yukiko (Lich)</p>
<a href="https://wiki.savageaim.com" target="_blank" data-microtip-position="top" role="tooltip" aria-label="Wiki"><span class="icon is-large"><i class="material-icons">menu_book</i></span></a>
<a href="#changelog" data-microtip-position="top" role="tooltip" aria-label="Changelog" @click="showChangelog"><span class="icon is-large"><i class="material-icons">update</i></span></a>
<a href="https://github.com/Savage-Aim/app" target="_blank" data-microtip-position="top" role="tooltip" aria-label="Github Repo" @click="showChangelog"><span class="icon is-large"><i class="material-icons">code</i></span></a>
<p>Savage Aim v{{ $store.state.version }}, by Erika Yukiko (Lich)</p>
<p>FINAL FANTASY XIV ©2010 - {{ currentYear }} SQUARE ENIX CO., LTD. All Rights Reserved.</p>
<p>FINAL FANTASY is a registered trademark of Square Enix Holdings Co., Ltd. All material used under license.</p>
</footer>
Expand Down

0 comments on commit f7f8268

Please sign in to comment.