@@ -86,7 +86,7 @@ const transactionStatusContent: Record<
86
86
icon : < CheckCircle size = { 36 } /> ,
87
87
title : "Thank you! We got your support." ,
88
88
content :
89
- "Your transaction was successful. We're grateful for your contribution!" ,
89
+ "Your transaction was successful. We're grateful for your contribution! It might take a few minutes to show up on the report. " ,
90
90
} ,
91
91
} ;
92
92
@@ -252,7 +252,7 @@ const SupportReportForm = ({ hypercertId }: SupportReportFormProps) => {
252
252
rows = { 3 }
253
253
placeholder = "Leave a message with your donation"
254
254
{ ...field }
255
- className = "w-full px-4 py-2 border rounded-lg resize-none"
255
+ className = "w-full px-4 py-2 border rounded-lg resize-none bg-stone-100 "
256
256
/>
257
257
</ FormControl >
258
258
< FormMessage />
@@ -298,18 +298,17 @@ const SupportReportForm = ({ hypercertId }: SupportReportFormProps) => {
298
298
< Alert className = "bg-stone-50" >
299
299
{ /* <AlertTitle className="font-semibold">Please note</AlertTitle> */ }
300
300
< AlertDescription >
301
- You will need WETH on the Sepolia testnet. Get some ETH from the
302
- faucet then wrap it to WETH .
301
+ You will need ETH on the Sepolia testnet. You can get some from
302
+ the link below .
303
303
</ AlertDescription >
304
304
< AlertDescription className = "flex gap-2 items-center py-1" >
305
- < p className = "hidden md:block font-semibold" > Links:</ p >
306
305
< a
307
306
href = "https://www.alchemy.com/faucets/ethereum-sepolia"
308
307
target = "_blank"
309
308
rel = "noopener noreferrer"
310
309
className = { cn (
311
310
buttonVariants ( { variant : "link" } ) ,
312
- "text-sm flex justify-between items-center group" ,
311
+ "flex justify-between items-center group p-0 " ,
313
312
) }
314
313
aria-label = "Open Sepolia Faucet in a new tab"
315
314
>
@@ -321,25 +320,6 @@ const SupportReportForm = ({ hypercertId }: SupportReportFormProps) => {
321
320
aria-hidden = "true"
322
321
/>
323
322
</ a >
324
- < p className = "text-stone-400" > |</ p >
325
- < a
326
- href = "https://weth.altlayer.io/transfer"
327
- target = "_blank"
328
- rel = "noopener noreferrer"
329
- className = { cn (
330
- buttonVariants ( { variant : "link" } ) ,
331
- "text-sm flex justify-between items-center group" ,
332
- ) }
333
- aria-label = "Open AltLayer's ETH Wrapper in a new tab"
334
- >
335
- ETH Wrapper
336
- < span className = "sr-only" > (opens in a new tab)</ span >
337
- < ArrowUpRight
338
- size = { 16 }
339
- className = "ml-1 opacity-70 group-hover:translate-x-0.5 group-hover:opacity-100 group-hover:-translate-y-0.5 transition-transform duration-300 ease-in-out"
340
- aria-hidden = "true"
341
- />
342
- </ a >
343
323
</ AlertDescription >
344
324
< div className = "p-2" />
345
325
< Button
0 commit comments