diff options
author | RaindropsSys <raindrops@equestria.dev> | 2023-12-17 12:23:19 +0100 |
---|---|---|
committer | RaindropsSys <raindrops@equestria.dev> | 2023-12-17 12:23:19 +0100 |
commit | 31fed783e82dd065c71b234ba08ece596a081f05 (patch) | |
tree | 9cda68ddf5b5beb9d81b0d708dfe9ed15b42945a /includes/fragments | |
parent | 1e5d2072fb4e257e82e2a97b4fb62e5b553b8e6d (diff) | |
download | pluralconnect-31fed783e82dd065c71b234ba08ece596a081f05.tar.gz pluralconnect-31fed783e82dd065c71b234ba08ece596a081f05.tar.bz2 pluralconnect-31fed783e82dd065c71b234ba08ece596a081f05.zip |
Updated 15 files and deleted 3 files (automated)
Diffstat (limited to 'includes/fragments')
-rw-r--r-- | includes/fragments/dashboard.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/fragments/dashboard.inc b/includes/fragments/dashboard.inc index 7aa61d6..bb58df1 100644 --- a/includes/fragments/dashboard.inc +++ b/includes/fragments/dashboard.inc @@ -240,8 +240,8 @@ global $use2023UI; <a href="/moonglow" class="list-group-item list-group-item-action" style="display: flex; align-items: center;"> <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="/-/wakeup" class="list-group-item list-group-item-action" style="display: grid; grid-template-columns: max-content 1fr;"> - <img src="/assets/icons/new/wakeup.svg?color=474747" style="margin-right: 5px; height: 24px; width: 24px;"><div style="display: flex; align-items: center; color: var(--bs-body-color);">Wake-up alert</div> + <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> </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> |