From b97f129ddb4b6ff50802d908a28853c77dfb33a4 Mon Sep 17 00:00:00 2001 From: Gabo Esquivel Date: Sat, 13 Apr 2024 22:03:57 -0600 Subject: [PATCH] fix: link to terms --- apps/masterbots.ai/components/layout/footer-ct.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/apps/masterbots.ai/components/layout/footer-ct.tsx b/apps/masterbots.ai/components/layout/footer-ct.tsx index 50cdde07..d0fd3e2a 100644 --- a/apps/masterbots.ai/components/layout/footer-ct.tsx +++ b/apps/masterbots.ai/components/layout/footer-ct.tsx @@ -1,3 +1,4 @@ +import Link from 'next/link' import type { ElementType } from 'react' export default function FooterCT({ nonFooterTag }: { nonFooterTag?: boolean }) { @@ -24,13 +25,13 @@ export default function FooterCT({ nonFooterTag }: { nonFooterTag?: boolean }) { > robohash.org - {' • '} - terms & policies - + )