fix styles and routes

This commit is contained in:
luisa.bellitto 2025-06-30 15:46:26 +02:00 committed by Rudi Regentonne
parent d4bbb71fc3
commit b5cf9a210a
7 changed files with 135 additions and 129 deletions

View file

@ -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"