Merge pull request #1318 from hackclub/scrapbook-delete-icon

Switch minus -> delete
This commit is contained in:
Max Wofford 2024-08-19 23:01:09 +00:00 committed by GitHub
commit 213157e49c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -124,7 +124,7 @@ const CohortCard = ({
}
}}
>
<Icon glyph="minus" />{' '}
<Icon glyph="delete" />{' '}
</div>
</div>
)}