🍱 Update favicon
This commit is contained in:
parent
5087f00eb2
commit
fdc252abc3
@ -2,7 +2,7 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/xml+svg" href="/favicon.svg" />
|
<link rel="icon" type="image/xml+svg" href="/favicon.png" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Solarpass</title>
|
<title>Solarpass</title>
|
||||||
</head>
|
</head>
|
||||||
|
BIN
pkg/views/public/favicon.png
Executable file
BIN
pkg/views/public/favicon.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 68 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 50 KiB |
@ -2,7 +2,7 @@
|
|||||||
<v-app-bar height="64" color="primary" scroll-behavior="elevate" flat>
|
<v-app-bar height="64" color="primary" scroll-behavior="elevate" flat>
|
||||||
<div class="max-md:px-5 md:px-12 flex flex-grow-1 items-center">
|
<div class="max-md:px-5 md:px-12 flex flex-grow-1 items-center">
|
||||||
<router-link :to="{ name: 'dashboard' }" class="flex gap-1">
|
<router-link :to="{ name: 'dashboard' }" class="flex gap-1">
|
||||||
<img src="/favicon.svg" width="24" height="24" class="icon-filter" />
|
<img src="/favicon.png" width="24" height="24" class="icon-filter" />
|
||||||
<h2 class="ml-2 text-lg font-500">Solarpass</h2>
|
<h2 class="ml-2 text-lg font-500">Solarpass</h2>
|
||||||
</router-link>
|
</router-link>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user