Skip to content

Commit 6f90a06

Browse files
committed
fix title
1 parent b1c342c commit 6f90a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/grant-explorer/src/features/round/ThankYou.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ export default function ThankYou() {
243243
<div className="w-full max-w-[800px] min-h-svh overflow-hidden bg-gradient-to-b from-[#EBEBEB] to-transparent rounded-t-[400px] flex flex-col items-center justify-center pt-20 px-4 mx-auto">
244244
<div className="flex flex-col items-center">
245245
<div className="relative z-10 text-center">
246-
<h1 className="text-5xl mb-2 font-modern-era-bold">
246+
<h1 className="text-2xl md:text-5xl mb-2 font-modern-era-bold">
247247
Mint your Impact
248248
</h1>
249249
<p className="mt-1 text-lg font-modern-era-regular">

0 commit comments

Comments
 (0)