mirror of
https://github.com/p-stream/p-stream.git
synced 2026-05-08 01:49:54 +00:00
Update LargeCard.tsx
This commit is contained in:
parent
cf1527dc8a
commit
41aaa4ec03
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ export function LargeCardText(props: {
|
||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-col items-center text-center mb-8">
|
<div className="flex flex-col items-center text-center mb-8">
|
||||||
<div className="flex flex-col items-center text-center max-w-[318px]">
|
<div className="flex flex-col items-center text-center max-w-[320px]">
|
||||||
{props.icon ? (
|
{props.icon ? (
|
||||||
<div className="text-2xl mb-4 text-largeCard-icon">{props.icon}</div>
|
<div className="text-2xl mb-4 text-largeCard-icon">{props.icon}</div>
|
||||||
) : null}
|
) : null}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue