隐私条款,使用政策

This commit is contained in:
tangly1024.com
2023-07-13 10:05:16 +08:00
parent 0b7c79cef2
commit c5d62c1f3c

View File

@@ -1,4 +1,5 @@
import { subscribeToNewsletter } from '@/lib/mailchimp'
import Link from 'next/link'
import { useEffect, useRef, useState } from 'react'
import CONFIG from '../config'
import Logo from './Logo'
@@ -43,7 +44,7 @@ export default function Footer() {
<Logo />
</div>
<div className="text-sm text-gray-600">
<a href="#0" className="text-gray-600 hover:text-gray-900 hover:underline transition duration-150 ease-in-out">服务条款</a> · <a href="#0" className="text-gray-600 hover:text-gray-900 hover:underline transition duration-150 ease-in-out"></a>
<Link href="/terms-of-use" className="text-gray-600 hover:text-gray-900 hover:underline transition duration-150 ease-in-out">服务条款</Link> · <Link href="/privacy-policy" className="text-gray-600 hover:text-gray-900 hover:underline transition duration-150 ease-in-out"></Link>
</div>
</div>