mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 22:10:24 +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>
|
<h2 className='text-2xl font-bold'>{header}</h2>
|
||||||
<p className='opacity-80'>
|
<p className='opacity-80'>
|
||||||
{first}
|
{first}
|
||||||
<br />
|
<br />
|
||||||
{second}
|
{second}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user