mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
that's right
This commit is contained in:
parent
7c768744c3
commit
550f47310d
1 changed files with 3 additions and 1 deletions
|
|
@ -60,7 +60,9 @@ const Announcement = ({
|
|||
</Text>
|
||||
)}
|
||||
</Text>
|
||||
<Icon glyph={iconRight} sx={{ ml: [2, 3], color }} />
|
||||
{iconRight && (
|
||||
<Icon glyph={iconRight} sx={{ ml: [2, 3], color }} />
|
||||
)}
|
||||
</Card>
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue