Skip to content

Commit

Permalink
fix: link to terms
Browse files Browse the repository at this point in the history
  • Loading branch information
gaboesquivel committed Apr 14, 2024
1 parent 992167e commit b97f129
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions apps/masterbots.ai/components/layout/footer-ct.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import Link from 'next/link'
import type { ElementType } from 'react'

export default function FooterCT({ nonFooterTag }: { nonFooterTag?: boolean }) {
Expand All @@ -24,13 +25,13 @@ export default function FooterCT({ nonFooterTag }: { nonFooterTag?: boolean }) {
>
robohash.org
</a>
{' • '}
<a
<Link
shallow
className="text-primary underline focus-within:underline"
href="/terms-n-policies"
href="/terms"
>
terms & policies
</a>
</Link>
</span>
</Footer>
)
Expand Down

0 comments on commit b97f129

Please sign in to comment.