refactor: optimize lighthouse score
This commit is contained in:
parent
16cb0ee44d
commit
c058032f8c
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ export default () => {
|
||||||
<Header>
|
<Header>
|
||||||
<Container>
|
<Container>
|
||||||
<Link to="/" aria-label="homepage">
|
<Link to="/" aria-label="homepage">
|
||||||
<Icon src="/icon/icon_circle.svg" alt="logo" />
|
<Icon width={40} height={40} src="/icon/icon_circle.svg" alt="logo" />
|
||||||
</Link>
|
</Link>
|
||||||
<Nav />
|
<Nav />
|
||||||
<Buttons />
|
<Buttons />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue