Skip to content

Commit

Permalink
feat: update urls support ProConnect (#2432)
Browse files Browse the repository at this point in the history
* feat: update urls support ProConnect

* fix: update staff secret (#2433)

* fix: update staff secret

* preprod secret

* chore: update ubuntu runner version (#2435)

* chore: update ubuntu runner version

* upgrade python version

* chore: pipeline e2e failed

---------

Co-authored-by: victor <[email protected]>
Co-authored-by: Gary van Woerkens <[email protected]>
  • Loading branch information
3 people committed Feb 19, 2025
1 parent 8066012 commit 8f5b22d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
working-directory: ./packages/app
config: "pageLoadTimeout=100000,baseUrl=${{ env.SITE_URL }},viewportWidth=1600,viewportHeight=1400"
wait-on: "${{ env.SITE_URL }}"
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: cypress-screenshots
Expand Down
2 changes: 1 addition & 1 deletion packages/app/src/app/(default)/aide-proconnect/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const AideProConnectPage = () => {
</AnchorLink>
<p>
Pour tout problème lié à ProConnect, vous devez contacter le support dédié via le{" "}
<Link href={"https://agentconnect.crisp.help/fr/"} target="_blank" rel="noopener noreferrer">
<Link href={"https://proconnect.crisp.help/fr/"} target="_blank" rel="noopener noreferrer">
centre d'aide
</Link>
</p>
Expand Down
4 changes: 2 additions & 2 deletions packages/app/src/app/(default)/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ const LoginPage = async ({ searchParams }: NextServerPageProps<never, "callbackU
<br />
<p className={"text-dsfr-error"}>
Pour tout problème lié à ProConnect, vous devez contacter le support dédié via le centre d'aide{" "}
<Link href="https://agentconnect.crisp.help/fr/" target={"_blank"}>
https://agentconnect.crisp.help/fr/
<Link href="https://proconnect.crisp.help/fr/" target={"_blank"}>
https://proconnect.crisp.help/fr/
</Link>
</p>
<br />
Expand Down

0 comments on commit 8f5b22d

Please sign in to comment.