mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-08 12:07:28 +02:00
♻️ Migrate landing pages to app router (#1362)
This commit is contained in:
parent
6b1e2f9c49
commit
f92c0075e3
73 changed files with 2420 additions and 2166 deletions
|
@ -26,7 +26,7 @@ export const BillingPlanHeader = ({
|
|||
};
|
||||
|
||||
export const BillingPlanTitle = ({ children }: React.PropsWithChildren) => {
|
||||
return <h3 className="font-semibold">{children}</h3>;
|
||||
return <h3 className="font-bold">{children}</h3>;
|
||||
};
|
||||
|
||||
export const BillingPlanDescription = ({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue