feat: delete all users posts when user is deleted

This commit is contained in:
Stevan Freeborn
2023-09-10 20:19:31 -05:00
parent 90f95e50a5
commit 1ad65d8b30
12 changed files with 1452 additions and 107 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
import { SignedIn, SignedOut, UserButton } from '@clerk/nextjs';
import Link from 'next/link';
import { BiSolidMessageSquareAdd } from 'react-icons/bi';
import ProfileLink from './ProfileLink';
import ThemeButton from './ThemeButton';
export default function Navbar() {
@@ -30,7 +31,7 @@ export default function Navbar() {
<Link href='#'>Following</Link>
</li>
<li>
<Link href='#'>Profile</Link>
<ProfileLink />
</li>
<li>
<Link