[deploy] Fix dashboard nav encoding causing syntax error
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 38s
All checks were successful
Deploy Discord Bot / deploy (push) Successful in 38s
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user