[deploy] Fix dashboard nav encoding causing syntax error
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 38s

This commit is contained in:
Pascal Prießnitz
2025-12-03 21:19:31 +01:00
parent c7136553c7
commit 90bb12d054

View File

@@ -42,7 +42,6 @@ router.get('/', (req, res) => {
const sidebar = `
<aside class="sidebar">
<div class="brand">Papo Control</div>
<div class="nav">
<a class="active" href="#overview" data-target="overview"><span class="icon">[]</span> Uebersicht</a>
<a href="#tickets" data-target="tickets"><span class="icon">[]</span> Ticketsystem</a>