mirror of
https://github.com/MercuryWorkshop/adrift.git
synced 2025-05-12 22:00:02 -04:00
autoupdater restarting logic
This commit is contained in:
parent
006ee121ab
commit
08a4137071
2 changed files with 28 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue