File tree Expand file tree Collapse file tree 2 files changed +19
-19
lines changed
test/integration/vite/src Expand file tree Collapse file tree 2 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ import { fr } from "@codegouvfr/react-dsfr";
33import * as Pictogrammes from '@codegouvfr/react-dsfr/picto' ;
44
55export function Picto ( ) {
6- return (
7- < div className = { fr . cx ( "fr-my-4w" ) } >
8- {
9- Object . entries ( Pictogrammes ) . map ( ( [ name , Component ] ) => (
10- < Component
11- key = { name }
12- fontSize = "10em"
13- />
14- ) )
15- }
16- </ div >
17- )
6+ return (
7+ < div className = { fr . cx ( "fr-my-4w" ) } >
8+ {
9+ Object . entries ( Pictogrammes ) . map ( ( [ name , Component ] ) => (
10+ < Component
11+ key = { name }
12+ fontSize = "10em"
13+ />
14+ ) )
15+ }
16+ </ div >
17+ )
1818}
Original file line number Diff line number Diff line change @@ -91,13 +91,13 @@ function Root() {
9191 } ,
9292 "isActive" : location . pathname === "/mui"
9393 } ,
94- {
95- "text" : "Picto playground" ,
96- "linkProps" : {
97- "to" : "/picto"
98- } ,
99- "isActive" : location . pathname === "/picto"
100- } ,
94+ {
95+ "text" : "Picto playground" ,
96+ "linkProps" : {
97+ "to" : "/picto"
98+ } ,
99+ "isActive" : location . pathname === "/picto"
100+ } ,
101101 {
102102 "text" : "External link" ,
103103 "linkProps" : {
You can’t perform that action at this time.
0 commit comments