feat: display posts of those a user follows on following page
This commit is contained in:
@@ -85,7 +85,7 @@ export default function Navbar() {
|
||||
</div>
|
||||
<Link
|
||||
onClick={() => setNavOpen(false)}
|
||||
href='#'
|
||||
href='/following'
|
||||
>
|
||||
Following
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user