remove select from grid carousel titles

This commit is contained in:
jeffvli
2025-11-22 21:14:25 -08:00
parent 7fd084bb0c
commit 6a003c9035
@@ -125,7 +125,7 @@ export function GridCarousel(props: GridCarouselProps) {
<>
<div className={styles.navigation}>
{typeof title === 'string' ? (
<TextTitle fw={700} order={3}>
<TextTitle fw={700} isNoSelect order={3}>
{title}
</TextTitle>
) : (