adjust default title styling on grid carousel

This commit is contained in:
jeffvli
2025-11-22 14:22:27 -08:00
parent 958ded6988
commit 2269eee8cc
@@ -125,7 +125,9 @@ export function GridCarousel(props: GridCarouselProps) {
<>
<div className={styles.navigation}>
{typeof title === 'string' ? (
<TextTitle order={4}>{title}</TextTitle>
<TextTitle fw={700} order={3}>
{title}
</TextTitle>
) : (
title
)}