fix: update favicon to user-star.svg and remove vite.svg; enhance Login component layout

This commit is contained in:
2025-09-02 20:55:29 +02:00
parent b0914314bb
commit bd504f7817
4 changed files with 39 additions and 35 deletions

View File

@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/user-star.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Admin panel</title>
</head>