mirror of
https://github.com/smyalygames/flightsim-on-linux.git
synced 2025-05-17 21:54:12 +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
|
||||
src={'/logo_t.png'}
|
||||
alt={'Logo with Tux throwing a paper airplane'}
|
||||
width={80}
|
||||
height={58}
|
||||
width={75}
|
||||
height={54}
|
||||
style={{ paddingRight: '0.75em' }}
|
||||
/>
|
||||
<span>Flight Sim on Linux</span>
|
||||
@ -38,7 +38,11 @@ export default {
|
||||
|
||||
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:title"
|
||||
|
Loading…
x
Reference in New Issue
Block a user