Compare commits

..

2 Commits

Author SHA1 Message Date
023587c48c Merge pull request 'added favicon and web title' (#2) from feature/email-verification-prod-hardening into main
All checks were successful
Deploy / deploy (push) Successful in 47s
Reviewed-on: #2
2026-02-09 21:02:48 +00:00
f66fbf2a16 added favicon and web title 2026-02-09 15:01:53 -06:00
12 changed files with 2 additions and 2 deletions

View File

@@ -2,9 +2,9 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> <link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>web</title> <title>SkyMoney</title>
<script> <script>
// Initialize theme immediately to prevent flash and enable Tailwind dark: classes // Initialize theme immediately to prevent flash and enable Tailwind dark: classes
(function() { (function() {

BIN
web/public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 817 B

BIN
web/public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 817 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 795 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB