diff --git a/src/components/Hero.tsx b/src/components/Hero.tsx index cb9eaf4..ee0f575 100644 --- a/src/components/Hero.tsx +++ b/src/components/Hero.tsx @@ -40,10 +40,9 @@ const Hero: React.FC = () => { dangerouslySetInnerHTML={{ __html: hero.script }} />
- {Object.entries(properties.socialProfiles).map(([key, value], index) => { + {Object.entries(properties.socialProfiles).map(([key, value]) => { return ( <> - {(index !== 0 && index % 4 === 0) &&
} ); diff --git a/src/customizations/siteproperties.json b/src/customizations/siteproperties.json index 0214f3a..c4a264f 100644 --- a/src/customizations/siteproperties.json +++ b/src/customizations/siteproperties.json @@ -15,7 +15,8 @@ "GitHub": "https://github.com/Promptly-Technologies-LLC", "Twitter": "https://twitter.com/PromptlyTech", "Mastodon": "https://fosstodon.org/@promptlytechnologies", - "LinkedIn": "https://www.linkedin.com/company/promptly-technologies-llc" + "LinkedIn": "https://www.linkedin.com/company/promptly-technologies-llc", + "Facebook": "https://www.facebook.com/promptlytechnologies/" } }