- made sidenavbar logo lead to dashboard

- moved easter egg somewhere else
This commit is contained in:
Sören Oesterwind 2023-07-07 15:35:01 +02:00
parent d38713e7ed
commit 45bec04007
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<%~ E.includeFile("partials/head.eta.html", {"title": "Dashboard"}) %> <%~ E.includeFile("partials/controls.eta.html", {"active": "Dashboard"}) %>
<h1>Good evening, ${user}</h1>
<h1 onclick="doTheConfetti()" class="user-select-none">Good evening, ${user}</h1>
<div class="container text-center">
<div class="row">
<div class="card col m-2">

View File

@ -1,6 +1,6 @@
<nav class="navbar navbar-expand-lg bg-body-tertiary sticky-top navShadow" style="z-index: 999">
<div class="container-fluid">
<a class="navbar-brand user-select-none ms-2" onclick="doTheConfetti()" style="cursor: default">
<a class="navbar-brand user-select-none ms-2" style="cursor: default" href="/">
<img alt="AssetFlow Logo" draggable="false" class="me-2 headLogo" src="/logo/Design_icon.svg"/> AssetFlow</a>
<button
class="navbar-toggler position-absolute d-md-none collapsed"