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_left.php | |
| parent | 1b60d5ca77a387122bcf900c2972edca63403155 (diff) | |
use icons-in-css instead of icon font
Diffstat (limited to 'templates/mobilepane_left.php')
| -rw-r--r-- | templates/mobilepane_left.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mobilepane_left.php b/templates/mobilepane_left.php index 7dccca3..753383a 100644 --- a/templates/mobilepane_left.php +++ b/templates/mobilepane_left.php @@ -16,7 +16,7 @@ $settings = GlobalSettings::getInstance(); <body hx-boost="true"> <header> <nav> - <a id="leftPaneActivator" class="inlineIcon material-symbols-outlined" _="on click go back">close</a> + <a id="leftPaneActivator" class="inlineIcon material-symbols close" _="on click go back"></a> <span></span> <span></span> <span> |
