chore: move Fontawesome attribution from footer to AttributionView

This commit is contained in:
Sebin Nyshkim 2023-01-19 19:28:43 +01:00
parent b1b6deda44
commit 9160677be6

View file

@ -13,16 +13,6 @@ import { version } from "../package.json";
</main>
<SiteFooter>
<p>v{{ version }} &copy; Sebin Nyshkim</p>
<p>
Icons &copy;
<a
href="https://fontawesome.com/license/free"
target="_blank"
rel="noopener noreferrer"
>
Font Awesome
</a>
</p>
<p>v{{ version }} &copy; {{ new Date().getFullYear() }} Sebin Nyshkim</p>
</SiteFooter>
</template>