Skip to content

Commit

Permalink
Remove extra classes from Asset grid
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel-Therrien-Beslogic committed Nov 27, 2024
1 parent 551fafe commit 0c6a783
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions canopeum_frontend/src/components/assets/AssetGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,13 @@ const AssetGrid = ({ medias, isEditable }: Props) => {
onClick={() => isEditable.removeFile(index)}
type='button'
>
<span
className='
<span className='
material-symbols-outlined
fill-icon
position-absolute
top-0
end-0
cursor-pointer
'
style={{ cursor: 'pointer' }}
>
'>
cancel
</span>
</button>
Expand Down

0 comments on commit 0c6a783

Please sign in to comment.