mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Merge pull request #1331 from kcoderhtml/patch-2
bug: fix display block not being quoted
This commit is contained in:
commit
7591382923
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