ui: rm note icon

This commit is contained in:
nick-delirium 2025-02-11 10:57:18 +01:00
parent d457332461
commit a67ca7b870
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

View file

@ -37,20 +37,6 @@ function NotesList({ scale }: { scale: number }) {
pointerEvents: 'none',
}}
/>
<div
style={{
position: 'absolute',
zIndex: 3,
pointerEvents: 'none',
height: 10,
width: 16,
left: `${iconPos}%`,
transform: 'translateX(-50%)',
}}
>
<Icon name="quotes" style={{ width: 16, height: 10 }} color="main" />
</div>
</React.Fragment>
);
})}