From b1a20446314d1b25e9f653bd2767b072fd629f97 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Thu, 21 Nov 2024 10:11:03 +0100 Subject: [PATCH] feat(dashboard): match greeting style with rest of titles --- src/components/dashboard/MainDashContent.svelte | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/components/dashboard/MainDashContent.svelte b/src/components/dashboard/MainDashContent.svelte index 65c5cfb1..936e044a 100644 --- a/src/components/dashboard/MainDashContent.svelte +++ b/src/components/dashboard/MainDashContent.svelte @@ -3,18 +3,16 @@ import { StatsService } from "@odit/lfk-client-js"; import store from "../../store"; import StatCard from "./StatCard.svelte"; - let navOpen = false; const stats_promise = StatsService.statsControllerGet();
-

- {$_("dashboard-greeting")}, - + {$_("dashboard-greeting")} {store.state.jwtinfo.userdetails.firstname} {store.state.jwtinfo.userdetails.lastname} -

+ {#await stats_promise}