fix: add explicit height/width for logo to reduce cls
This commit is contained in:
parent
2c9a2b081d
commit
b078e456cc
4 changed files with 4 additions and 4 deletions
|
@ -44,7 +44,7 @@ const teams: Team[] = [
|
|||
<div i-ri:close-fill />
|
||||
</button>
|
||||
|
||||
<img src="/logo.svg" w-20 h-20 mxa alt="logo">
|
||||
<img src="/logo.svg" w-20 h-20 height="80" width="80" mxa alt="logo">
|
||||
<h1 mxa text-4xl mb4>
|
||||
{{ $t('help.title') }}
|
||||
</h1>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue