update (project modal): new edit link

This commit is contained in:
MTG\mtg09
2022-11-30 13:29:55 +04:00
parent 08cb4074df
commit b78aa1da5b
3 changed files with 170 additions and 1297 deletions

1463
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -61,7 +61,6 @@
"marked": "^4.0.14",
"next": "^13.0.1",
"nexus": "^1.3.0",
"node-sass": "^7.0.1",
"nostr-tools": "^0.23.4",
"passport": "^0.6.0",
"passport-lnurl-auth": "^1.5.0",
@@ -177,6 +176,7 @@
"postcss": "^8.4.12",
"prisma": "^4.3.1",
"readable-stream": "^4.1.0",
"sass": "^1.56.1",
"serverless": "^3.22.0",
"serverless-offline": "^8.7.0",
"tailwindcss": "^3.0.24",

View File

@@ -217,7 +217,7 @@ export default function ProjectDetailsCard({ params: { projectId }, ...props }:
color='gray'
size='md'
className="my-16"
href={`https://airtable.com/shr67F20KG9Gdok6d?prefill_app_name=${project?.title}&prefill_app_link=${project?.website}`}
href={`https://airtable.com/shrlMIVAhkp5khCrs?prefill_Project=${project.id}`}
newTab
// onClick={onClaim}
>Request Edit 📝</Button>