fix: made logo smaller, and fixed icon with fixed size

This commit is contained in:
Anthony Berg 2024-10-29 20:36:35 +01:00
parent 6a1224b111
commit 99751f0631
2 changed files with 7 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 KiB

View File

@ -14,8 +14,8 @@ export default {
<Image <Image
src={'/logo_t.png'} src={'/logo_t.png'}
alt={'Logo with Tux throwing a paper airplane'} alt={'Logo with Tux throwing a paper airplane'}
width={80} width={75}
height={58} height={54}
style={{ paddingRight: '0.75em' }} style={{ paddingRight: '0.75em' }}
/> />
<span>Flight Sim on Linux</span> <span>Flight Sim on Linux</span>
@ -38,7 +38,11 @@ export default {
return ( return (
<> <>
<link rel={'icon'} href={'/logo_t.png'} /> <link
rel={'icon'}
type={'image/png'}
href={'/favicon/favicon512.png'}
/>
<meta property="og:url" content={url} /> <meta property="og:url" content={url} />
<meta <meta
property="og:title" property="og:title"