diff --git a/src/domains/dashboard/pages/Dashboard/Dashboard.Empty.blocks.tsx b/src/domains/dashboard/pages/Dashboard/Dashboard.Empty.blocks.tsx index eed8de0434..3067708dc9 100644 --- a/src/domains/dashboard/pages/Dashboard/Dashboard.Empty.blocks.tsx +++ b/src/domains/dashboard/pages/Dashboard/Dashboard.Empty.blocks.tsx @@ -60,36 +60,37 @@ export const DashboardSetupAddressCard = ({ image, buttonText, onClick, - variant = "primary", }: { title: string; description: string; image: string; buttonText: string; onClick: () => void; - variant?: "primary" | "secondary"; }) => ( -

{title}

-

{description}

+

+ {description} +

- -
+ + ); export const DashboardSetupAddressCards = () => { @@ -103,22 +104,19 @@ export const DashboardSetupAddressCards = () => {
- - +