Merge pull request #1331 from kcoderhtml/patch-2

bug: fix display block not being quoted
This commit is contained in:
Max Wofford 2024-08-21 18:53:44 +00:00 committed by GitHub
commit 7591382923
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',