autoupdater restarting logic

This commit is contained in:
CoolElectronics 2023-08-20 09:39:36 -04:00
parent 006ee121ab
commit 08a4137071
No known key found for this signature in database
GPG key ID: F63593D168636C50
2 changed files with 28 additions and 3 deletions

View file

@ -193,7 +193,11 @@
<div id="topbar" class="flex justify-between items-center p-4">
<div id="logo">
<Card type="">
<img height="100" width="100" src={logo} />
<div class="flex items-center text-3xl">
<Icon icon="material-symbols:sailing" />
<p class="text-2xl ml-3">Adrift</p>
</div>
<!-- <img height="100" width="100" src={logo} /> -->
<!-- <h3 class="text-xl">(logo goes here)</h3> -->
</Card>
</div>