mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-07 06:08:54 +00:00
fix styles and routes
This commit is contained in:
parent
d4bbb71fc3
commit
b5cf9a210a
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