We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95972f9 commit 50196a6Copy full SHA for 50196a6
1 file changed
src/features/home/pages/home-page.tsx
@@ -194,7 +194,7 @@ function LogoCarousel() {
194
className="h-26 w-26 rounded-md bg-white object-cover shadow-lg select-none"
195
/>
196
{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">
+ <span className="bg-primary/90 absolute right-1 bottom-1 rounded-xl px-2 py-1 text-[9px] font-medium text-white">
198
Em breve
199
</span>
200
)}
0 commit comments