Rename portal override stylesheet

This commit is contained in:
2026-06-15 12:34:43 +02:00
parent 5256f22abe
commit 24c98f8904
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ function render_auth_home_page(array $user): void
echo '<meta name="viewport" content="width=device-width, initial-scale=1.0">';
echo '<title>Naurua ERP</title>';
echo '<link rel="stylesheet" href="/assets/styles.css">';
echo '<link rel="stylesheet" href="/assets/portal.styles.css">';
echo '<link rel="stylesheet" href="/assets/styles.portal.css">';
echo '</head>';
echo '<body>';
echo '<section id="pattern-portal-header" class="sg-vsf-list-overview-page-v2">';