aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/skeleton.php
diff options
context:
space:
mode:
authorwinter2025-01-23 17:23:58 +0000
committerwinter2025-01-23 17:23:58 +0000
commitddccaf16f39a4bf710266edc389fcde124e7ef56 (patch)
treef3e2b5f78bd828adfc8f842e2b3c5a6c07bde26e /templates/skeleton.php
parent1b60d5ca77a387122bcf900c2972edca63403155 (diff)
use icons-in-css instead of icon font
Diffstat (limited to 'templates/skeleton.php')
-rw-r--r--templates/skeleton.php8
1 files changed, 2 insertions, 6 deletions
diff --git a/templates/skeleton.php b/templates/skeleton.php
index a7b6e95..a9c3424 100644
--- a/templates/skeleton.php
+++ b/templates/skeleton.php
@@ -18,9 +18,7 @@ $settings = GlobalSettings::getInstance();
<header>
<nav>
<?php if ($user != null): ?>
- <a id="leftPaneActivator" href="/mobilepane/left" class="inlineIcon material-symbols-outlined">
- menu
- </a>
+ <a id="leftPaneActivator" href="/mobilepane/left" class="inlineIcon material-symbols menu"></a>
<?php else: ?>
<span id="leftPaneActivator"></span>
<?php endif; ?>
@@ -37,9 +35,7 @@ $settings = GlobalSettings::getInstance();
<img id="loadingIndicator" class="htmx-indicator" src="/static/tail-spin.svg">
<?php if ($user != null): ?>
- <a id="rightPaneActivator" href="/mobilepane/right" class="inlineIcon material-symbols-outlined">
- notifications
- </a>
+ <a id="rightPaneActivator" href="/mobilepane/right" class="inlineIcon material-symbols notifications"></a>
<?php endif; ?>
<?php if ($user == null):