fix: override text-right alignment on Why Choose Us section items
Some checks failed
Workflow / ⚫️ Test (push) Has been cancelled
Workflow / ʦ TypeScript (push) Has been cancelled

The EcosystemShowcase component forces text-right on children when
textPosition="right", causing WhyItem content to be right-aligned.
Added text-left on the wrapper div to fix alignment.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Zaid Marzguioui
2026-04-02 19:08:13 +02:00
parent d87fbb050f
commit 4f40abdce4

View File

@@ -262,7 +262,7 @@ function Home() {
textPosition="right" textPosition="right"
className="border-primary/10 rounded-xl border" className="border-primary/10 rounded-xl border"
> >
<div className="flex flex-col gap-6"> <div className="flex flex-col gap-6 text-left">
<WhyItem <WhyItem
icon={SmartphoneIcon} icon={SmartphoneIcon}
titleKey="marketing.whyResponsiveTitle" titleKey="marketing.whyResponsiveTitle"