File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
packages/nextjs/app/builders/0xdc7f59D1F48187fA2dbB2C9Cc26fe1CcB0372828 Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 1- "use client" ;
2-
31import { KEY_SKILLS , PROFILE_DATA } from "./constants" ;
42import { Address } from "@scaffold-ui/components" ;
53import type { NextPage } from "next" ;
@@ -47,10 +45,7 @@ const PrathmeshProfile: NextPage = () => {
4745 < h2 className = "text-xl font-semibold" > Skills</ h2 >
4846 < div className = "flex flex-wrap gap-2" >
4947 { KEY_SKILLS . map ( ( skill , index ) => (
50- < span
51- key = { index }
52- className = "px-3 py-1 text-xs rounded-full bg-base-200 border border-base-300 hover:border-primary transition-colors"
53- >
48+ < span key = { index } className = "px-3 py-1 text-xs rounded-full bg-base-200 border border-base-300" >
5449 { skill }
5550 </ span >
5651 ) ) }
You can’t perform that action at this time.
0 commit comments