Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
carolineBda committed Apr 4, 2022
1 parent f9bb14f commit 2202ac6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/cron/demarchesSimplifiees.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export const importData = async (): Promise<void> => {

//@ts-ignore
const dsAPIData = await getPsychologistList(latestCursor.cursor);
console.log(dsAPIData);
if (dsAPIData.psychologists.length > 0) {
await saveMany(dsAPIData.psychologists);
console.log(`${dsAPIData.psychologists.length} saved`);
Expand Down
2 changes: 1 addition & 1 deletion src/pages/medecins.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const Page = () => {
<p>
Pour plus de précisions, référez vous au{" "}
<a
className="fr-link"
className="fr-link fr-fi-download-line fr-link--icon-left "
target="_blank"
href="/documents/MonPsy_Guide médecin_2022.pdf"
>
Expand Down

0 comments on commit 2202ac6

Please sign in to comment.