feat: add branding assets and favicon support across admin-web and desktop-client
Add NexaVPN logo images (full logo and mark-only variants) to admin-web and desktop-client public directories. Add favicon.ico and favicon.png to admin-web, and icon.png to desktop-client. Update index.html files to reference favicon assets. Add icon.png and icon.ico to desktop-client Tauri icons directory and configure bundle.icon in tauri.conf.json. Update Layout component to display logo in sidebar brand-block with
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="icon" type="image/png" href="/icon.png" />
|
||||
<title>NexaVPN</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
BIN
desktop-client/public/icon.png
Normal file
BIN
desktop-client/public/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 122 KiB |
BIN
desktop-client/src-tauri/icons/icon.ico
Normal file
BIN
desktop-client/src-tauri/icons/icon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 122 KiB |
BIN
desktop-client/src-tauri/icons/icon.png
Normal file
BIN
desktop-client/src-tauri/icons/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 122 KiB |
@@ -25,7 +25,10 @@
|
||||
"bundle": {
|
||||
"active": true,
|
||||
"targets": "all",
|
||||
"icon": [],
|
||||
"icon": [
|
||||
"icons/icon.png",
|
||||
"icons/icon.ico"
|
||||
],
|
||||
"resources": [
|
||||
"bundled/**/*"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user