mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
Update components/ColorCard.tsx
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
06b378dfee
commit
f7bb8105be
@ -4,7 +4,7 @@ const ColorCard = ({ header, first, second, className }: ColorCardProps): JSX.El
|
||||
<h2 className='text-2xl font-bold'>{header}</h2>
|
||||
<p className='opacity-80'>
|
||||
{first}
|
||||
<br />
|
||||
<br />
|
||||
{second}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user