mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-01 03:09:34 +00:00
Made it So That You Can Go to the 'Marketing' If You Are Logged In
This commit is contained in:
parent
c3776e8874
commit
fe272499f8
8 changed files with 55 additions and 50 deletions
|
@ -9,9 +9,7 @@ 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'>
|
||||
<Link href="/privacy-policy">
|
||||
Privacy Policy
|
||||
</Link>
|
||||
<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