mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
fix(a11y): use div as logo container instead of ul (#57357)
This commit is contained in:
parent
6057f368f4
commit
466917fbf9
@ -27,7 +27,7 @@ const LogoRow = (): JSX.Element => {
|
||||
>
|
||||
<Trans>landing.h2-heading-b</Trans>
|
||||
</p>
|
||||
<ul
|
||||
<div
|
||||
className='logo-row'
|
||||
data-playwright-test-label='brand-logo-container'
|
||||
>
|
||||
@ -45,7 +45,7 @@ const LogoRow = (): JSX.Element => {
|
||||
<AmazonLogo />
|
||||
</>
|
||||
)}
|
||||
</ul>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user