fix: products component
This commit is contained in:
@@ -69,6 +69,7 @@ export default function ProductsMenu({
|
|||||||
<Button
|
<Button
|
||||||
type="link"
|
type="link"
|
||||||
href={product.demoLink}
|
href={product.demoLink}
|
||||||
|
target="_blank"
|
||||||
variant="text"
|
variant="text"
|
||||||
color="club"
|
color="club"
|
||||||
endIcon={
|
endIcon={
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ export const productsData: Product[] = [
|
|||||||
titleKey: 'products.harmonyClub.title',
|
titleKey: 'products.harmonyClub.title',
|
||||||
descriptionKey: 'products.harmonyClub.description',
|
descriptionKey: 'products.harmonyClub.description',
|
||||||
LogoComponent: <Logo isIcon boxSx={{ width: 69, height: 55 }} />, // Reference the component
|
LogoComponent: <Logo isIcon boxSx={{ width: 69, height: 55 }} />, // Reference the component
|
||||||
demoLink: '', // FIXME: update this url
|
demoLink: 'https://club.business-harmony.com',
|
||||||
},
|
},
|
||||||
// add more products here
|
// add more products here
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user