File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -229,28 +229,28 @@ const Developers = () => (
229229 </ div >
230230) ;
231231
232- const Pricing = ( ) => (
232+ const VerifyNow = ( ) => (
233233 < div className = "grid grid-cols-3 gap-4 divide-x divide-neutral-700" >
234234 < a
235- href = "# "
235+ href = "https://github.com/codeaashu/DevDisplay/blob/main/CONTRIBUTING.md#-add-your-profile-on-devdisplay- "
236236 className = "flex w-full flex-col items-center justify-center py-2 text-neutral-400 transition-colors hover:text-neutral-50"
237237 >
238238 < FiHome className = "mb-2 text-xl text-indigo-300" />
239- < span className = "text-xs" > Startup </ span >
239+ < span className = "text-xs" > Add Profile </ span >
240240 </ a >
241241 < a
242- href = "# "
242+ href = "https://www.devdisplay.org/PortfolioShowcase "
243243 className = "flex w-full flex-col items-center justify-center py-2 text-neutral-400 transition-colors hover:text-neutral-50"
244244 >
245245 < FiBarChart2 className = "mb-2 text-xl text-indigo-300" />
246- < span className = "text-xs" > Scaleup </ span >
246+ < span className = "text-xs" > Add Portfolio </ span >
247247 </ a >
248248 < a
249- href = "# "
249+ href = "https://www.devdisplay.org/ProjectShowcase "
250250 className = "flex w-full flex-col items-center justify-center py-2 text-neutral-400 transition-colors hover:text-neutral-50"
251251 >
252252 < FiPieChart className = "mb-2 text-xl text-indigo-300" />
253- < span className = "text-xs" > Enterprise </ span >
253+ < span className = "text-xs" > Add Projects </ span >
254254 </ a >
255255 </ div >
256256) ;
@@ -284,8 +284,8 @@ const TABS = [
284284 Component : Developers ,
285285 } ,
286286 {
287- title : 'Pricing ' ,
288- Component : Pricing ,
287+ title : 'Verify Now ' ,
288+ Component : VerifyNow ,
289289 } ,
290290 {
291291 title : 'Explore' ,
You can’t perform that action at this time.
0 commit comments