Skip to content

Commit 50196a6

Browse files
committed
fix: adjust font size for 'coming soon' label in LogoCarousel
1 parent 95972f9 commit 50196a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/home/pages/home-page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ function LogoCarousel() {
194194
className="h-26 w-26 rounded-md bg-white object-cover shadow-lg select-none"
195195
/>
196196
{logo.comingSoon && (
197-
<span className="bg-primary/90 absolute right-1 bottom-1 rounded-xl px-2 py-1 text-[8px] font-medium text-white">
197+
<span className="bg-primary/90 absolute right-1 bottom-1 rounded-xl px-2 py-1 text-[9px] font-medium text-white">
198198
Em breve
199199
</span>
200200
)}

0 commit comments

Comments
 (0)