1
0
mirror of https://github.com/actix/actix-website synced 2025-06-29 16:24:58 +02:00

Specify size of logo to remove layout shift (#323)

This commit is contained in:
Iver Karlsbakk Småge
2023-05-09 11:22:55 +02:00
committed by GitHub
parent a2fefa5bea
commit 89bc0cdcb0

View File

@ -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: [
{ {