We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c18d0 commit 990e33bCopy full SHA for 990e33b
app/[locale]/10years/page.tsx
@@ -160,7 +160,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
160
className={cn("flex flex-col border-b px-4 py-6")}
161
>
162
<h3 className="mb-2 flex items-center gap-2 text-2xl font-bold text-body-medium">
163
- <span className="flex h-6 w-6 items-center justify-center overflow-hidden rounded-full bg-primary-low-contrast">
+ <span className="flex min-h-6 min-w-6 items-center justify-center overflow-hidden rounded-full bg-primary-low-contrast">
164
<Emoji
165
text={countryEvents[0].countryFlag}
166
className="scale-[1.75]"
0 commit comments