Skip to content

Commit

Permalink
feat: ♻️ Change mandatorylink ans delete link grist (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
Carolinedanslesnuages authored Dec 19, 2024
1 parent eea313c commit ae91371
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const serviceTitle = "Référentiel des Applications";
const homeTo = "/applications";
const operatorTo = "/applications";
const ecosystemLinks = [
{ label: "Grist", href: "https://grist.numerique.gouv.fr/" },
{ label: "CCT", href: "https://cct.sg.minint.fr/accueil/Accueil.html" },
{ label: "Code source", href: "http://github.com/dnum-mi/referentiel-applications" },
{ label: "Api du référentiel", href: `${import.meta.env.VITE_RDA_API_URL}` },
Expand All @@ -25,7 +24,7 @@ const mandatoryLinks = [
{ label: "Accessibilité : non conforme" },
{
label: "Contact",
href: "https://tchap.gouv.fr/#/room/!ydoKqFOXRAQPQYFvqa:agent.interieur.tchap.gouv.fr?via=agent.interieur.tchap.gouv.fr",
href: "https://www.tchap.gouv.fr/#/room/!ydoKqFOXRAQPQYFvqa:agent.interieur.tchap.gouv.fr?via=agent.interieur.tchap.gouv.fr",
},
];
Expand Down

0 comments on commit ae91371

Please sign in to comment.