Skip to content

Commit

Permalink
fix: minors (#11)
Browse files Browse the repository at this point in the history
* Update README.md

* fix: always show DS
  • Loading branch information
Julien Bouquillon authored Feb 20, 2023
1 parent 5dec587 commit 55ba713
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ yarn build
yarn export
```



24 changes: 12 additions & 12 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,21 +159,21 @@ const Home: NextPage = () => {
</a>{" "}
ou en appelant le 0&nbsp;800&nbsp;730&nbsp;958.
</div>
<br />
<Button
title="Déposer ma demande via démarches-simplifiées.fr"
iconId="fr-icon-send-plane-fill"
linkProps={{
href: "https://www.demarches-simplifiees.fr/commencer/demande-de-rc",
target: "_blank",
}}
size="large"
>
Déposer ma demande via démarches-simplifiées.fr
</Button>
</div>
</div>
)}
<br />
<Button
title="Déposer ma demande via démarches-simplifiées.fr"
iconId="fr-icon-send-plane-fill"
linkProps={{
href: "https://www.demarches-simplifiees.fr/commencer/demande-de-rc",
target: "_blank",
}}
size="large"
>
Déposer ma demande via démarches-simplifiées.fr
</Button>
</>
);
};
Expand Down

0 comments on commit 55ba713

Please sign in to comment.