mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-01 03:09:34 +00:00
Draft Privacy Policy Page
This commit is contained in:
parent
b031892a77
commit
54b21d1027
2 changed files with 79 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
import { Logo } from '@/components/logo';
|
||||
import { Button } from '@/components/ui/button';
|
||||
import Link from 'next/link';
|
||||
|
||||
export const Footer = () => {
|
||||
return (
|
||||
|
@ -8,7 +9,9 @@ export const Footer = () => {
|
|||
<Logo />
|
||||
<div className='flex w-full items-center justify-between space-x-4 md:block md:w-auto'>
|
||||
<Button size='sm' variant='ghost'>
|
||||
Privacy Policy
|
||||
<Link href="/privacy-policy">
|
||||
Privacy Policy
|
||||
</Link>
|
||||
</Button>
|
||||
<Button size='sm' variant='ghost'>
|
||||
Terms of Service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue