diff --git a/components/layout/app-footer.tsx b/components/layout/app-footer.tsx index 26acf08..30a2317 100644 --- a/components/layout/app-footer.tsx +++ b/components/layout/app-footer.tsx @@ -5,7 +5,7 @@ import React from 'react'; import { AppContent } from './app-content'; // @TODO: replace with real links: SUPA-27 -const FOOTER_COMPANY_LINKS = [ +const FOOTER_SERVICE_LINKS = [ { href: 'https://experiment.st', label: 'Privacy policy', @@ -42,14 +42,14 @@ export function AppFooter() { - {FOOTER_COMPANY_LINKS.map((link) => ( + {FOOTER_SERVICE_LINKS.map((link) => ( {link.label} {link !== - FOOTER_COMPANY_LINKS[FOOTER_COMPANY_LINKS.length - 1] ? ( + FOOTER_SERVICE_LINKS[FOOTER_SERVICE_LINKS.length - 1] ? ( ยท ) : null}