diff --git a/src/components/Dashboard.svelte b/src/components/Dashboard.svelte index 0223a6a6..02fb357a 100644 --- a/src/components/Dashboard.svelte +++ b/src/components/Dashboard.svelte @@ -14,6 +14,7 @@ import Tags from "./Tags.svelte"; import Badges from "./Badges.svelte"; import Avatars from "./Avatars.svelte"; +import store from "../store"; let activePage = "dashboard"; let dropdown1 = false; @@ -267,7 +268,7 @@

- Dashboard - hello there 👋 + Dashboard - hello there, {store.state.jwtinfo.userdetails.firstname} 👋