Merge pull request #3243 from inaturalist/mob-648-carousel-titles-should-be-center-aligned

center align carousel title text
This commit is contained in:
Abbey Campbell
2025-11-24 19:12:11 -08:00
committed by GitHub

View File

@@ -54,7 +54,7 @@ const SlideItem = props => {
height={item.iconProps.height}
/>
)}
<Heading1 className="text-white mt-[30px]">
<Heading1 className="text-white mt-[30px] text-center">
{item.title}
</Heading1>
<Body1 className="text-center text-white mt-[20px]">