replaced gear alt char or emoji w. font-awesome placeholder
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Disco DeDisco
2026-03-09 15:09:41 -04:00
parent a53dc41367
commit 2c445c0e76
2 changed files with 3 additions and 2 deletions

View File

@@ -32,7 +32,6 @@ body.page-dashboard {
position: absolute;
bottom: 0.5rem;
right: 0.5rem;
padding-bottom: 0.2rem;
z-index: 1;
background: none;
border: none;

View File

@@ -11,7 +11,9 @@
{% block content %}
{% if user.is_authenticated %}
<div id="id_dash_content">
<button id="id_dash_gear">&#9881;</button>
<button id="id_dash_gear">
<i class="fa-solid fa-gear"></i>
</button>
{% include "apps/dashboard/_partials/_applets.html" %}
</div>
{% endif %}