From 935a48fc1708625958bcab55e39fb2a564e5b458 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20Prie=C3=9Fnitz?= Date: Wed, 3 Dec 2025 14:19:38 +0100 Subject: [PATCH] [deploy] fix ticket dashboard tabs/icons --- src/web/routes/dashboard.ts | 90 ++++++++++++++++++------------------- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/src/web/routes/dashboard.ts b/src/web/routes/dashboard.ts index 9741f78..fd9769a 100644 --- a/src/web/routes/dashboard.ts +++ b/src/web/routes/dashboard.ts @@ -1,4 +1,4 @@ -import { Router } from 'express'; +import { Router } from 'express'; const router = Router(); @@ -43,18 +43,18 @@ router.get('/', (req, res) => {