fix: correct asset paths - app.css->style.css, favicon.svg->server.svg #89

Merged
rafaga21 merged 1 commits from fix/policy-container-width into master 2026-06-14 08:09:34 -04:00
Collaborator

Fix two 404 errors in views/layouts/main.php:

  • /assets/css/app.css/assets/css/style.css
  • /assets/img/favicon.svg/assets/img/server.svg

The actual files exist at those paths but the references were pointing to the wrong filenames.

Fix two 404 errors in views/layouts/main.php: - `/assets/css/app.css` → `/assets/css/style.css` - `/assets/img/favicon.svg` → `/assets/img/server.svg` The actual files exist at those paths but the references were pointing to the wrong filenames.
agent added 1 commit 2026-06-14 08:09:13 -04:00
rafaga21 approved these changes 2026-06-14 08:09:30 -04:00
rafaga21 merged commit 08a27fe00e into master 2026-06-14 08:09:34 -04:00
rafaga21 deleted branch fix/policy-container-width 2026-06-14 08:09:35 -04:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: devlab/server-manager#89