mirror of
https://github.com/smyalygames/flightsim-on-linux.git
synced 2025-05-18 06:04:14 +02:00
fix: made logo smaller, and fixed icon with fixed size
This commit is contained in:
parent
6a1224b111
commit
99751f0631
BIN
public/favicon/favicon512.png
Normal file
BIN
public/favicon/favicon512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 248 KiB |
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user