chore: move Fontawesome attribution from footer to AttributionView
This commit is contained in:
parent
b1b6deda44
commit
9160677be6
1 changed files with 1 additions and 11 deletions
12
src/App.vue
12
src/App.vue
|
@ -13,16 +13,6 @@ import { version } from "../package.json";
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<SiteFooter>
|
<SiteFooter>
|
||||||
<p>v{{ version }} © Sebin Nyshkim</p>
|
<p>v{{ version }} © {{ new Date().getFullYear() }} Sebin Nyshkim</p>
|
||||||
<p>
|
|
||||||
Icons ©
|
|
||||||
<a
|
|
||||||
href="https://fontawesome.com/license/free"
|
|
||||||
target="_blank"
|
|
||||||
rel="noopener noreferrer"
|
|
||||||
>
|
|
||||||
Font Awesome
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
</SiteFooter>
|
</SiteFooter>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue