Skip to content

Commit

Permalink
add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
jerem1508 committed Jul 1, 2024
1 parent 81d2525 commit 90206e4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
10 changes: 9 additions & 1 deletion client/src/pages/atlas/components/main/tabs/genders.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export function Genders() {
<Col>
<Title as="h3" look="h5">
<span
className="fr-icon-pie-chart-2-fill fr-mr-1w"
className="fr-icon-pie-chart-2-line fr-mr-1w"
aria-hidden="true"
/>
{`Répartition des étudiants par ${getSubLevelName()}`}
Expand All @@ -263,6 +263,10 @@ export function Genders() {
<Row className="fr-mt-5w">
<Col>
<Title as="h3" look="h5">
<span
className="fr-icon-bar-chart-box-line fr-mr-1w"
aria-hidden="true"
/>
Données historiques depuis l'année universitaire{" "}
<Badge color="yellow-tournesol">2001-02</Badge>
</Title>
Expand Down Expand Up @@ -300,6 +304,10 @@ export function Genders() {
<Row className="fr-mt-5w">
<Col>
<Title as="h2" look="h5">
<span
className="fr-icon-list-unordered fr-mr-1w"
aria-hidden="true"
/>
Liste des territoires similaires sur la répartition par genre pour
l'année universitaire{" "}
<Badge color="yellow-tournesol">{currentYear}</Badge>
Expand Down
10 changes: 9 additions & 1 deletion client/src/pages/atlas/components/main/tabs/sectors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export function Sectors() {
<Col>
<Title as="h3" look="h5">
<span
className="fr-icon-pie-chart-2-fill fr-mr-1w"
className="fr-icon-pie-chart-2-line fr-mr-1w"
aria-hidden="true"
/>
{`Répartition des étudiants par ${getSubLevelName()}`}
Expand All @@ -242,6 +242,10 @@ export function Sectors() {
<Row className="fr-mt-5w">
<Col>
<Title as="h3" look="h5">
<span
className="fr-icon-bar-chart-box-line fr-mr-1w"
aria-hidden="true"
/>
Données historiques depuis l'année universitaire{" "}
<Badge color="yellow-tournesol">2001-02</Badge>
</Title>
Expand Down Expand Up @@ -279,6 +283,10 @@ export function Sectors() {
<Row className="fr-mt-5w">
<Col>
<Title as="h2" look="h5">
<span
className="fr-icon-list-unordered fr-mr-1w"
aria-hidden="true"
/>
Liste des territoires similaires sur la répartition des secteurs
pour l'année universitaire{" "}
<Badge color="yellow-tournesol">{currentYear}</Badge>
Expand Down

0 comments on commit 90206e4

Please sign in to comment.