We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba6851a commit 7b9fc49Copy full SHA for 7b9fc49
app/src/pages/index.tsx
@@ -92,7 +92,7 @@ export default function Home(
92
<MembersList membership={props.committee} />
93
94
<Gallery
95
- imgs={props.gallery.sort((img) => img.name)}
+ imgs={props.gallery.sort((a, b) => a.title.localeCompare(b.title))}
96
translations={props.layoutProps.translations}
97
/>
98
</>
0 commit comments