bug: fix display block not being quoted

This commit is contained in:
Kieran Klukas 2024-08-21 14:50:14 -04:00 committed by GitHub
parent f368bd4756
commit 2887cda9dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -80,7 +80,7 @@ const CohortCard = ({
<a
href={editLink}
sx={{
display: block,
display: 'block',
color: 'white',
bg: '#09AFB4',
borderRadius: '10px',