diff options
| author | winter | 2025-01-23 17:23:58 +0000 |
|---|---|---|
| committer | winter | 2025-01-23 17:23:58 +0000 |
| commit | ddccaf16f39a4bf710266edc389fcde124e7ef56 (patch) | |
| tree | f3e2b5f78bd828adfc8f842e2b3c5a6c07bde26e /templates/mobilepane_right.php | |
| parent | 1b60d5ca77a387122bcf900c2972edca63403155 (diff) | |
use icons-in-css instead of icon font
Diffstat (limited to 'templates/mobilepane_right.php')
| -rw-r--r-- | templates/mobilepane_right.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mobilepane_right.php b/templates/mobilepane_right.php index 4804f67..2a72c6e 100644 --- a/templates/mobilepane_right.php +++ b/templates/mobilepane_right.php @@ -19,7 +19,7 @@ $settings = GlobalSettings::getInstance(); <img id="loadingIndicator" class="htmx-indicator" src="/static/tail-spin.svg"></span> <span></span> <span></span> - <a id="rightPaneActivator" class="inlineIcon material-symbols-outlined" _="on click go back">close</a> + <a id="rightPaneActivator" class="inlineIcon material-symbols close" _="on click go back"></a> </nav> </header> <main class="mobilePane"> |
