You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<metaname='title'content='Submit a new Tool - Which AI'/>
180
-
181
-
<divclassName='px-6 lg:px-16 py-12'>
182
-
<divclassName='lg:flex gap-6 w-full'>
183
-
184
-
<divclassName='space-y-6 lg:w-2/3'>
185
-
186
-
<divclassName='mx-3'>
187
-
<h1className="text-2xl lg:text-4xl text-slate-200 font-bold ">Submit a new AI Tool</h1>
188
-
<pclassName='border-y-[1px] py-4 my-4 border-slate-600 text-slate-400 text-xs lg:text-sm'> Please provide accurate and complete details when submitting your AI tool. Inaccurate or incomplete information may result in your tool not being published on our website. Your attention to detail helps us maintain a high-quality platform.</p>
<metaname='title'content='Submit a new Tool - Which AI'/>
193
+
194
+
<divclassName='px-6 lg:px-16 py-12'>
195
+
<divclassName='lg:flex gap-6 w-full'>
196
+
197
+
<divclassName='space-y-6 lg:w-2/3'>
198
+
199
+
<divclassName='mx-3'>
200
+
<h1className="text-2xl lg:text-4xl text-slate-200 font-bold ">Submit a new AI Tool</h1>
201
+
<pclassName='border-y-[1px] py-4 my-4 border-slate-600 text-slate-400 text-xs lg:text-sm'> Please provide accurate and complete details when submitting your AI tool. Inaccurate or incomplete information may result in your tool not being published on our website. Your attention to detail helps us maintain a high-quality platform.</p>
{!CurrentTool.name&&<liclassName='text-slate-500 flex gap-1 items-center'><spanclassName='text-red-500'><MdCancel/></span>Tool name cannot be empty</li>}
307
-
{!CurrentTool.description&&<liclassName='text-slate-500 flex gap-1 items-center'><spanclassName='text-red-500'><MdCancel/></span>Tool Description cannot be empty</li>}
308
-
{!CurrentTool.category&&<liclassName='text-slate-500 flex gap-1 items-center'><spanclassName='text-red-500'><MdCancel/></span>Tool Category cannot be empty</li>}
309
-
{!CurrentTool.link&&<liclassName='text-slate-500 flex gap-1 items-center'><spanclassName='text-red-500'><MdCancel/></span>Tool Link cannot be empty</li>}
{!CurrentTool.name&&<liclassName='text-slate-500 flex gap-1 items-center'><spanclassName='text-red-500'><MdCancel/></span>Tool name cannot be empty</li>}
320
+
{!CurrentTool.description&&<liclassName='text-slate-500 flex gap-1 items-center'><spanclassName='text-red-500'><MdCancel/></span>Tool Description cannot be empty</li>}
321
+
{!CurrentTool.category&&<liclassName='text-slate-500 flex gap-1 items-center'><spanclassName='text-red-500'><MdCancel/></span>Tool Category cannot be empty</li>}
322
+
{!CurrentTool.link&&<liclassName='text-slate-500 flex gap-1 items-center'><spanclassName='text-red-500'><MdCancel/></span>Tool Link cannot be empty</li>}
323
+
324
+
{!CurrentTool.posted_by&&<liclassName='text-slate-500 flex gap-1 items-center'><spanclassName='text-red-500'><MdCancel/></span>Name for credits cannot be empty</li>}
325
+
{!CurrentTool.posted_by_email&&<liclassName='text-slate-500 flex gap-1 items-center'><spanclassName='text-red-500'><MdCancel/></span>Email is required</li>}
326
+
327
+
328
+
{CurrentTool.posted_by_email&&CurrentTool.posted_by&&CurrentTool.link&&CurrentTool.description&&CurrentTool.link&&CurrentTool.category&&CurrentTool.posted_by&&CurrentTool.posted_by_email&&<liclassName='flex gap-1 items-center'><spanclassName='text-green-500'><MdCheckCircle/></span>You are good to submit (Admin will verfiy the details and publish your tool as soon as possible)</li>}
329
+
</ul>
310
330
311
-
{!CurrentTool.posted_by&&<liclassName='text-slate-500 flex gap-1 items-center'><spanclassName='text-red-500'><MdCancel/></span>Name for credits cannot be empty</li>}
312
-
{!CurrentTool.posted_by_email&&<liclassName='text-slate-500 flex gap-1 items-center'><spanclassName='text-red-500'><MdCancel/></span>Email is required</li>}
{CurrentTool.posted_by_email&&CurrentTool.posted_by&&CurrentTool.link&&CurrentTool.description&&CurrentTool.link&&CurrentTool.category&&CurrentTool.posted_by&&CurrentTool.posted_by_email&&<liclassName='flex gap-1 items-center'><spanclassName='text-green-500'><MdCheckCircle/></span>You are good to submit (Admin will verfiy the details and publish your tool as soon as possible)</li>}
0 commit comments