mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-19 09:18:01 +02:00
🎨 Sort classes (#1750)
This commit is contained in:
parent
af7b0a82d1
commit
dcc41eb0f1
120 changed files with 374 additions and 365 deletions
|
@ -40,7 +40,7 @@ export const BillingPlanPrice = ({
|
|||
}: React.PropsWithChildren<{ discount?: React.ReactNode }>) => {
|
||||
return (
|
||||
<div className="flex items-center gap-4">
|
||||
<span className="text-3xl font-bold">{children}</span>
|
||||
<span className="font-bold text-3xl">{children}</span>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue