feat: display posts of those a user follows on following page

This commit is contained in:
Stevan Freeborn
2023-09-15 21:56:41 -05:00
parent 29d280ea3f
commit 7e3a6170e3
6 changed files with 151 additions and 2 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ export default function Navbar() {
</div>
<Link
onClick={() => setNavOpen(false)}
href='#'
href='/following'
>
Following
</Link>