feat: add minis logo
All checks were successful
Deploy Miniplan / build (push) Successful in 1m4s

This commit is contained in:
walamana 2024-08-07 22:02:14 +02:00
parent 2fb1f88293
commit 2e1d392670
2 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,7 @@ onMounted(() => {
<template> <template>
<nav class="no-print"> <nav class="no-print">
<div class="left"> <div class="left">
<img src="./assets/minis_logo.png" style="height: 40px"/>
Miniplan App Miniplan App
</div> </div>
<div class="right"> <div class="right">
@ -56,7 +57,10 @@ nav {
font-weight: 700; font-weight: 700;
.left { .left {
display: flex;
align-items: center;
width: 100%; width: 100%;
gap: 20px;
} }
.right { .right {

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB