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