Skip to content

Commit 5027752

Browse files
authored
Merge branch 'main' into experiment_with_mjs
Signed-off-by: Joseph Garrone <joseph.garrone.gj@gmail.com>
2 parents 8b521af + 70d12fc commit 5027752

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ documentation of this starter for understanding the lifecycle of this repo.
113113

114114
A few project **that I know of** that uses `@codegouvfr/react-dsfr`.
115115

116+
- https://sill.code.gouv.fr
116117
- https://immersion-facile.beta.gouv.fr/
117118
- https://refugies.info/fr
118119
- https://www.mediateur-public.fr/

src/Accordion.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ export const Accordion = memo(
9090
aria-expanded={value}
9191
aria-controls={accordionId}
9292
onClick={onExtendButtonClick}
93+
type="button"
9394
>
9495
{label}
9596
</button>

0 commit comments

Comments
 (0)