Skip to content

Commit 990e33b

Browse files
committed
change requests
1 parent c1c18d0 commit 990e33b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/[locale]/10years/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
160160
className={cn("flex flex-col border-b px-4 py-6")}
161161
>
162162
<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">
163+
<span className="flex min-h-6 min-w-6 items-center justify-center overflow-hidden rounded-full bg-primary-low-contrast">
164164
<Emoji
165165
text={countryEvents[0].countryFlag}
166166
className="scale-[1.75]"

0 commit comments

Comments
 (0)