Change favicon
@@ -1,6 +0,0 @@
|
|||||||
This favicon was generated using the following graphics from Twitter Twemoji:
|
|
||||||
|
|
||||||
- Graphics Title: 1f3dd.svg
|
|
||||||
- Graphics Author: Copyright 2020 Twitter, Inc and other contributors (https://github.com/twitter/twemoji)
|
|
||||||
- Graphics Source: https://github.com/twitter/twemoji/blob/master/assets/svg/1f3dd.svg
|
|
||||||
- Graphics License: CC-BY 4.0 (https://creativecommons.org/licenses/by/4.0/)
|
|
||||||
|
Before Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 51 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 747 B |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 5.1 KiB |
BIN
frontend/public/favicon/icon-192-maskable.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
frontend/public/favicon/icon-192.png
Normal file
|
After Width: | Height: | Size: 5.8 KiB |
BIN
frontend/public/favicon/icon-512-maskable.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
frontend/public/favicon/icon-512.png
Normal file
|
After Width: | Height: | Size: 21 KiB |
@@ -1 +0,0 @@
|
|||||||
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
|
||||||
@@ -59,8 +59,8 @@ export default function HeaderNavbarMenu({ messages, locale }: Props) {
|
|||||||
<NavbarContent className="basis-1/5 sm:basis-full" justify="start">
|
<NavbarContent className="basis-1/5 sm:basis-full" justify="start">
|
||||||
<NavbarBrand as="li" className="gap-3 max-w-fit">
|
<NavbarBrand as="li" className="gap-3 max-w-fit">
|
||||||
<Link className="flex justify-start items-center gap-1" href="/" locale={locale}>
|
<Link className="flex justify-start items-center gap-1" href="/" locale={locale}>
|
||||||
<Image src="/favicon/android-chrome-192x192.png" width={32} height={32} alt="Logo" />
|
<Image src="/favicon/icon-192.png" width={32} height={32} alt="Logo" />
|
||||||
<p className="font-bold text-inherit">LandTCMS</p>
|
<p className="font-bold text-inherit ms-1">LandTCMS</p>
|
||||||
</Link>
|
</Link>
|
||||||
</NavbarBrand>
|
</NavbarBrand>
|
||||||
<NavbarItem className="hidden md:block">
|
<NavbarItem className="hidden md:block">
|
||||||
|
|||||||