summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaindropsSys <raindrops@equestria.dev>2024-02-04 13:40:17 +0100
committerRaindropsSys <raindrops@equestria.dev>2024-02-04 13:40:17 +0100
commit3bd2883e39db2bbe50f069318ae2845dc46c2f11 (patch)
treeef1b7c31c7695210eab04769ca07ab79b1b96913
parentd31e6375fa50afb9415ee7eb9652e501badc6d8e (diff)
downloadpluralconnect-3bd2883e39db2bbe50f069318ae2845dc46c2f11.tar.gz
pluralconnect-3bd2883e39db2bbe50f069318ae2845dc46c2f11.tar.bz2
pluralconnect-3bd2883e39db2bbe50f069318ae2845dc46c2f11.zip
Updated includes/fragments/dashboard.inc (automated)
-rw-r--r--includes/fragments/dashboard.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/fragments/dashboard.inc b/includes/fragments/dashboard.inc
index 4a5b34d..9d3f546 100644
--- a/includes/fragments/dashboard.inc
+++ b/includes/fragments/dashboard.inc
@@ -219,13 +219,13 @@ global $use2023UI;
<img src="/assets/avatars/d1cd97eb9c924e4294cd4397a5074ff9.webp" style="margin-right: 5px; width: 24px;"><div style="vertical-align: middle; display: flex; align-items: center; color: var(--bs-body-color);">Moonglow</div>
</a>
<a href="/-/emergency" class="list-group-item list-group-item-action" style="display: grid; grid-template-columns: max-content 1fr;">
- <img src="/assets/icons/new/emergency.svg?color=474747" style="margin-right: 5px; height: 24px; width: 24px;"><div style="display: flex; align-items: center; color: var(--bs-body-color);">Emergency alert</div>
+ <img src="<?= icon("emergency") ?>" style="margin-right: 5px; height: 24px; width: 24px;"><div style="display: flex; align-items: center; color: var(--bs-body-color);">Emergency alert</div>
</a>
<a href="/-/byfront" class="list-group-item list-group-item-action" style="display: grid; grid-template-columns: max-content 1fr;">
- <img src="/assets/icons/new/front.svg?color=474747" style="margin-right: 5px; height: 24px; width: 24px;"><div style="display: flex; align-items: center; color: var(--bs-body-color);">By last fronted date</div>
+ <img src="<?= icon("front") ?>" style="margin-right: 5px; height: 24px; width: 24px;"><div style="display: flex; align-items: center; color: var(--bs-body-color);">By last fronted date</div>
</a>
<a href="/-/schedule" class="list-group-item list-group-item-action" style="display: grid; grid-template-columns: max-content 1fr;">
- <img src="/assets/icons/new/schedule.svg?color=474747" style="margin-right: 5px; height: 24px; width: 24px;"><div style="display: flex; align-items: center; color: var(--bs-body-color);">Raindrops schedule</div>
+ <img src="<?= icon("schedule") ?>" style="margin-right: 5px; height: 24px; width: 24px;"><div style="display: flex; align-items: center; color: var(--bs-body-color);">Raindrops schedule</div>
</a>
<a href="https://plex.equestria.horse" target="_blank" class="list-group-item list-group-item-action" style="display: grid; grid-template-columns: max-content 1fr;">
<img src="https://plex.equestria.horse/web/favicon.ico" style="margin-right: 5px; height: 24px; width: 24px;"><div style="display: flex; align-items: center; color: var(--bs-body-color);">Plex</div>