feat: integrate ITWorx branding and refine cockpit UX
deploy / deploy (push) Canceled after 0s

This commit is contained in:
Jens
2026-07-26 04:13:42 +02:00
parent eea74f97ef
commit 2a32e9fec9
27 changed files with 298 additions and 54 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ from apps.core.views import (
urlpatterns = [
path(
"favicon.ico",
RedirectView.as_view(url=static_url("favicon.svg"), permanent=True),
RedirectView.as_view(url=static_url("img/itworx-app-icon.png"), permanent=True),
name="favicon",
),
path("admin/", admin.site.urls),