a11y cleanup

This commit is contained in:
2023-04-26 23:02:06 +02:00
parent 8be40e2d80
commit 6bc92f4a08
2 changed files with 3 additions and 9 deletions

View File

@@ -1,19 +1,13 @@
<script>
import { _ } from "svelte-i18n";
import { StatsService } from "@odit/lfk-client-js";
import StatCards from "./StatCard.svelte";
import store from "../../store";
import StatCard from "./StatCard.svelte";
let navOpen = false;
const stats_promise = StatsService.statsControllerGet();
</script>
<div
class="p-5 overflow-x-hidden"
on:click={() => {
navOpen = false;
}}
>
<div class="p-5 overflow-x-hidden">
<h1 class="text-3xl leading-tight">
<span class="font-extrabold">{$_("dashboard-title")}</span>
<span>