Skip to content

Commit f3ef9d6

Browse files
committed
Merge branch 'experiment_with_mjs' of https://github.com/codegouvfr/react-dsfr into experiment_with_mjs
2 parents 5c6cd50 + 5027752 commit f3ef9d6

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)