mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-16 00:14:21 -05:00
remove alt from icons to avoid showing txt fallback
This commit is contained in:
parent
fe7625e7f9
commit
761393ffc3
|
|
@ -23,13 +23,7 @@ const HeaderBanner = ({
|
|||
h={12}
|
||||
>
|
||||
<Box mt="-1rem" ml={[3, null, 0]}>
|
||||
<Image
|
||||
src={`/layout/${icon}.png`}
|
||||
height={80}
|
||||
width={80}
|
||||
alt={`${icon} logo`}
|
||||
priority
|
||||
/>
|
||||
<Image src={`/layout/${icon}.png`} height={80} width={80} priority />
|
||||
</Box>
|
||||
<Flex align="center" mb={6}>
|
||||
<Box mx={2} fontWeight="bold" fontSize={["1.25rem", null, "1rem"]}>
|
||||
|
|
|
|||
|
|
@ -209,7 +209,6 @@ const IconNavBar = () => {
|
|||
src={`/layout/${code}.png`}
|
||||
height={48}
|
||||
width={48}
|
||||
alt={code}
|
||||
priority
|
||||
// TODO when chakra-ui adds next/image support
|
||||
// @ts-ignore
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user