mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-02-05 22:54:24 +01:00
update (project modal): new edit link
This commit is contained in:
1463
package-lock.json
generated
1463
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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",
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user