Fix favicon: kvadratna FOLX ikona (magenta) namesto polnega logotipa

This commit is contained in:
Sebastjan Artic 2026-06-14 10:27:19 +02:00
parent 14f651f7cc
commit f8c771ba66
8 changed files with 5 additions and 2 deletions

BIN
public/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

BIN
public/favicon-16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 B

BIN
public/favicon-192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
public/favicon-32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 602 B

BIN
public/favicon-48.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
public/favicon-512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -29,8 +29,11 @@
<meta name="twitter:image" content="https://folx.live/brand/folx-with-tagline-neg.png" /> <meta name="twitter:image" content="https://folx.live/brand/folx-with-tagline-neg.png" />
<!-- Favicon --> <!-- Favicon -->
<link rel="icon" type="image/png" href="/brand/folx-full-poz.png" /> <link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/brand/folx-full-poz.png" /> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16.png" />
<link rel="icon" type="image/png" sizes="192x192" href="/favicon-192.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<!-- Fonts: Druk (Archivo Black proxy) for display + Inter for body --> <!-- Fonts: Druk (Archivo Black proxy) for display + Inter for body -->
<link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.googleapis.com" />