fix(frontend): update favicon assets
All checks were successful
deploy-socialize / image (push) Successful in 1m27s
deploy-socialize / deploy (push) Successful in 19s

This commit is contained in:
2026-05-07 12:31:47 -04:00
parent c18a223759
commit 0521d91240
2 changed files with 2 additions and 1 deletions

View File

@@ -3,7 +3,8 @@
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<link rel="icon" type="image/svg+xml" href="/images/brand/logo-mark.svg">
<link rel="alternate icon" href="/favicon.ico">
<meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport">
<title>Socialize</title>
</head>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB