Upgrade Compound Web

This patch release fixes a bug where tooltips would label non-interactive triggers in an inaccessible way.
This commit is contained in:
Robin
2024-09-06 18:39:14 -04:00
parent 251918a6ad
commit 40fc1aa46b
3 changed files with 3 additions and 5 deletions

View File

@@ -40,7 +40,6 @@ export const EncryptionLock: FC<Props> = ({ encrypted }) => {
height={16}
className={styles.lock}
data-encrypted={encrypted}
aria-hidden
/>
</Tooltip>
);

View File

@@ -110,7 +110,6 @@ export const MediaView = forwardRef<HTMLDivElement, Props>(
width={20}
height={20}
className={styles.errorIcon}
aria-hidden
/>
</Tooltip>
)}