Made it So That You Can Go to the 'Marketing' If You Are Logged In

This commit is contained in:
Ahmad 2024-02-21 18:14:33 -05:00
parent c3776e8874
commit fe272499f8
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
8 changed files with 55 additions and 50 deletions

View file

@ -3,6 +3,7 @@ import Link from 'next/link';
export const Logo = () => {
return (
// TODO: Make this go back to teh organization page is you are logged in
<Link href='/'>
<div className='hidden items-center gap-x-2 transition hover:opacity-75 md:flex'>
<Image