Linting changes

This commit is contained in:
Neshura 2024-01-04 01:36:35 +01:00
parent abea3f1be9
commit 3525fdfcd1
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
6 changed files with 51 additions and 59 deletions
src/routes/about

View file

@ -1,5 +1,5 @@
<script lang="ts">
import { version } from '$app/environment'
import { version } from '$app/environment';
</script>
<svelte:head>
@ -9,12 +9,14 @@
<p>
Version:
<a href="https://forgejo.neshweb.net/Neshweb-Sites/main-site/releases/tag/{version}" class="hover:underline">
<a
href="https://forgejo.neshweb.net/Neshweb-Sites/main-site/releases/tag/{version}"
class="hover:underline"
>
{version}
</a>
</p>
<p class="text-background">Background</p>
<p class="text-foreground">Foreground</p>
<p class="text-muted">Muted</p>