Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Generate an API key from the copilot dashboard that is usable in profile manager
COPILOT_API_KEY=
COPILOT_API_URL="https://api-beta.copilot.com"
COPILOT_API_URL="https://api.copilot.app"
# Set as local to work on test tokens, and production to work on valid IU / client tokens
COPILOT_ENV="local"

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@sentry/nextjs": "^8",
"@vercel/postgres": "^0.5.1",
"ag-grid-react": "^31.0.2",
"copilot-node-sdk": "^2.0.0",
"copilot-node-sdk": "^3.5.1",
"next": "^14.1.0",
"prisma": "^5.7.1",
"react": "^18",
Expand Down Expand Up @@ -54,5 +54,6 @@
"yarn lint:fix",
"yarn prettier:fix"
]
}
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
2 changes: 1 addition & 1 deletion src/components/table/NoRowsOverlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const NoRowsOverlay = () => (
</Typography>
<Box textAlign={'left'}>
<Link
href="https://www.copilot.com/guide/profile-manager-app"
href="https://www.copilot.app/guide/profile-manager-app"
style={{ lineHeight: '3.75em', textDecoration: 'none', textAlign: 'left' }}
target="_blank"
>
Expand Down
Loading