mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-08 13:38:47 +00:00
fix styles and routes
This commit is contained in:
parent
2661fae24b
commit
d8fc8cbe1d
7 changed files with 135 additions and 129 deletions
|
@ -69,7 +69,7 @@ export default function StandardImageList({ user }: { user: UserProfile }) {
|
|||
src={item.imageUrl}
|
||||
alt={item.description}
|
||||
onClick={
|
||||
() => navigate("/feed", { replace: true })
|
||||
() => navigate("/feed")
|
||||
// anchor to post that was clicked
|
||||
}
|
||||
loading="lazy"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue