Update landing-footer.tsx

This commit is contained in:
Stefan Pejcic 2024-08-16 16:04:11 +02:00 committed by GitHub
parent fa877d01ad
commit 5769093491
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@ export const LandingFooter = () => {
IJsbaanpad 2, 1076 CV Amsterdam (The Netherlands)
</div>
<a
href="mailto:info@openpanel.co"
href="mailto:info@openpanel.com"
className={clsx(
"font-normal",
"text-sm",
@ -48,7 +48,7 @@ export const LandingFooter = () => {
"hover:no-underline",
)}
>
info@openpanel.co
info@openpanel.com
</a>
</div>
);