mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
bug: fix display block not being quoted
This commit is contained in:
parent
f368bd4756
commit
2887cda9dd
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ const CohortCard = ({
|
|||
<a
|
||||
href={editLink}
|
||||
sx={{
|
||||
display: block,
|
||||
display: 'block',
|
||||
color: 'white',
|
||||
bg: '#09AFB4',
|
||||
borderRadius: '10px',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue