mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
Update components/ColorCard.tsx
Co-authored-by: zero734kr <zero734kr@gmail.com>
This commit is contained in:
parent
7056c1ffa9
commit
06b378dfee
@ -3,7 +3,8 @@ const ColorCard = ({ header, first, second, className }: ColorCardProps): JSX.El
|
|||||||
<div className={`rounded-lg p-10 ${className} shadow-lg`}>
|
<div className={`rounded-lg p-10 ${className} shadow-lg`}>
|
||||||
<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} <br />
|
{first}
|
||||||
|
<br />
|
||||||
{second}
|
{second}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user