Skip to content

Commit 5266ce5

Browse files
committed
Update site content and assets
1 parent 66348a3 commit 5266ce5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

site/src/components/ContentSections.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,9 @@ const ContentSections: React.FC<Props> = ({ sections }) => {
373373
</button>
374374
<div
375375
className="gallery-track"
376-
ref={(node) => galleryRefs.current.set(key, node)}
376+
ref={(node) => {
377+
galleryRefs.current.set(key, node);
378+
}}
377379
>
378380
{section.items.map((item) => (
379381
<figure key={item.src} className="gallery-card group">

0 commit comments

Comments
 (0)