mirror of
https://github.com/actix/actix-website
synced 2025-03-11 18:52:58 +01:00
Specify size of logo to remove layout shift (#323)
This commit is contained in:
parent
a2fefa5bea
commit
89bc0cdcb0
@ -16,6 +16,8 @@ module.exports = {
|
|||||||
logo: {
|
logo: {
|
||||||
alt: 'Actix Logo',
|
alt: 'Actix Logo',
|
||||||
src: 'img/logo.png',
|
src: 'img/logo.png',
|
||||||
|
width: 32,
|
||||||
|
height: 32,
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user