mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2026-01-15 12:15:02 +00:00
File entry icons are decoration and dont need alt's
This commit is contained in:
@@ -612,12 +612,12 @@ const FileEntry: FC<FileEntryProps> = ({
|
||||
ref={iconRef}
|
||||
$eager={loadIconImmediately}
|
||||
$moving={pasteList[path] === "move"}
|
||||
alt={name}
|
||||
alt=""
|
||||
src={icon}
|
||||
{...FileEntryIconSize[view]}
|
||||
/>
|
||||
<SubIcons
|
||||
alt={name}
|
||||
alt=""
|
||||
icon={icon}
|
||||
isDesktop={isDesktop}
|
||||
showShortcutIcon={Boolean(hideShortcutIcon || stats.systemShortcut)}
|
||||
|
||||
Reference in New Issue
Block a user