dev nav btn
This commit is contained in:
parent
151ee3ffdb
commit
3b80ec6da9
1 changed files with 5 additions and 5 deletions
|
@ -63,12 +63,12 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="nav_border"></div>
|
<div id="nav_border"></div>
|
||||||
|
|
||||||
<div class="disabled" style="display: flex; gap: 12px;">
|
<div style="display: flex; gap: 12px;">
|
||||||
<a href="/settings">
|
<a href="/dev">
|
||||||
<img src="/public/img/icons/settings.svg?v2" height="32" width="auto" />
|
<img src="/public/img/icons/dev.svg?v1" height="32" width="auto" />
|
||||||
</a>
|
</a>
|
||||||
<a href="/profile">
|
<a href="/settings" class="disabled">
|
||||||
<img src="/public/img/profile-pic.png?v1" height="32" width="auto" style="border-radius: 16px;" />
|
<img src="/public/img/icons/settings.svg?v2" height="32" width="auto" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue