diff options
author | RaindropsSys <raindrops@equestria.dev> | 2024-02-29 20:30:14 +0100 |
---|---|---|
committer | RaindropsSys <raindrops@equestria.dev> | 2024-02-29 20:30:14 +0100 |
commit | 96eb5745754824a2a75698af4b60cc0a84c890ea (patch) | |
tree | 8b39f604d48f3fd49b3b8419033bf54a757d974e /includes/fragments/dashboard.inc | |
parent | 430245dc8511ed755081ce44e96b8b7dce7835bf (diff) | |
download | pluralconnect-96eb5745754824a2a75698af4b60cc0a84c890ea.tar.gz pluralconnect-96eb5745754824a2a75698af4b60cc0a84c890ea.tar.bz2 pluralconnect-96eb5745754824a2a75698af4b60cc0a84c890ea.zip |
Updated 9 files (automated)
Diffstat (limited to 'includes/fragments/dashboard.inc')
-rw-r--r-- | includes/fragments/dashboard.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/fragments/dashboard.inc b/includes/fragments/dashboard.inc index 9d3f546..3cf8d6f 100644 --- a/includes/fragments/dashboard.inc +++ b/includes/fragments/dashboard.inc @@ -227,10 +227,10 @@ global $use2023UI; <a href="/-/schedule" class="list-group-item list-group-item-action" style="display: grid; grid-template-columns: max-content 1fr;"> <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> + <a href="https://plex.p.equestria.dev" target="_blank" class="list-group-item list-group-item-action" style="display: grid; grid-template-columns: max-content 1fr;"> + <img src="https://plex.p.equestria.dev/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> </a> - <a href="https://live.equestria.horse" target="_blank" class="list-group-item list-group-item-action" style="display: grid; grid-template-columns: max-content 1fr;"> + <a href="https://live.p.equestria.dev" target="_blank" class="list-group-item list-group-item-action" style="display: grid; grid-template-columns: max-content 1fr;"> <img src="https://avatars.githubusercontent.com/u/8463692?s=128" style="margin-right: 5px; height: 24px; width: 24px;"><div style="display: flex; align-items: center; color: var(--bs-body-color);">Streaming server</div> </a> </div> |