@@ -107,7 +107,7 @@ const handleFinalSubmit = async () => {
107107 throw new Error ( errorData . error || "Failed to submit request" ) ;
108108 }
109109
110- const data = await response . json ( ) ;
110+
111111
112112 setSubmissionStatus ( {
113113 status : "success" ,
@@ -192,7 +192,7 @@ const handleFinalSubmit = async () => {
192192 </ div >
193193 < div className = "flex items-start gap-2" >
194194 < Check className = "text-green-500 mt-1 shrink-0" />
195- < p > Include detailed descriptions to help others understand the project' s value</ p >
195+ < p > Include detailed descriptions to help others understand the project' s value</ p >
196196 </ div >
197197 < div className = "flex items-start gap-2" >
198198 < Check className = "text-green-500 mt-1 shrink-0" />
@@ -205,7 +205,7 @@ const handleFinalSubmit = async () => {
205205 < ul className = "space-y-3" >
206206 < li className = "flex items-start gap-2" >
207207 < Check className = "text-green-500 mt-1 shrink-0" />
208- < p > Clear description of the project' s purpose and benefits</ p >
208+ < p > Clear description of the project' s purpose and benefits</ p >
209209 </ li >
210210 < li className = "flex items-start gap-2" >
211211 < Check className = "text-green-500 mt-1 shrink-0" />
@@ -227,15 +227,15 @@ const handleFinalSubmit = async () => {
227227 < Star className = "text-yellow-400" />
228228 Earn Rewards!
229229 </ h3 >
230- < p className = "text-gray-300" > When your project suggestion is accepted, you' ll earn:</ p >
230+ < p className = "text-gray-300" > When your project suggestion is accepted, you' ll earn:</ p >
231231 < ul className = "mt-2 space-y-1" >
232232 < li className = "flex items-center gap-2" >
233233 < Check className = "text-green-500 h-4 w-4" />
234234 < span > 50 points to level up</ span >
235235 </ li >
236236 < li className = "flex items-center gap-2" >
237237 < Check className = "text-green-500 h-4 w-4" />
238- < span > The " Explorer" badge</ span >
238+ < span > The " Explorer" badge</ span >
239239 </ li >
240240 < li className = "flex items-center gap-2" >
241241 < Check className = "text-green-500 h-4 w-4" />
@@ -337,7 +337,7 @@ const handleFinalSubmit = async () => {
337337 </ AlertDialogTitle >
338338 < AlertDialogDescription className = "text-gray-300 space-y-4" >
339339 < p >
340- Don' t miss updates about your submission! Join our vibrant Discord community to:
340+ Don' t miss updates about your submission! Join our vibrant Discord community to:
341341 </ p >
342342 < ul className = "space-y-2" >
343343 < li className = "flex items-start gap-2" >
0 commit comments