Skip to content

Commit 58506bf

Browse files
committed
indent
1 parent b8670cb commit 58506bf

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

test/integration/vite/src/Picto.tsx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ import { fr } from "@codegouvfr/react-dsfr";
33
import * as Pictogrammes from '@codegouvfr/react-dsfr/picto';
44

55
export 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
}

test/integration/vite/src/main.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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": {

0 commit comments

Comments
 (0)