fix: products component
This commit is contained in:
@@ -69,6 +69,7 @@ export default function ProductsMenu({
|
||||
<Button
|
||||
type="link"
|
||||
href={product.demoLink}
|
||||
target="_blank"
|
||||
variant="text"
|
||||
color="club"
|
||||
endIcon={
|
||||
|
||||
@@ -15,7 +15,7 @@ export const productsData: Product[] = [
|
||||
titleKey: 'products.harmonyClub.title',
|
||||
descriptionKey: 'products.harmonyClub.description',
|
||||
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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user