feat: wire public posts api
This commit is contained in:
@@ -11,7 +11,7 @@ export function ImageBubble({ post }: { post: Post }) {
|
||||
return (
|
||||
<button
|
||||
type="button"
|
||||
onClick={() => openLightbox([att], 0)}
|
||||
onClick={() => openLightbox([att], 0, undefined, post.id)}
|
||||
className="relative block w-full overflow-hidden rounded-xl max-h-[240px] min-[440px]:max-h-[270px] md:max-h-[320px] lg:max-h-[360px]"
|
||||
aria-label={att.filename}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user