-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
98b674d
commit 87f3612
Showing
7 changed files
with
90 additions
and
11 deletions.
There are no files selected for viewing
Binary file modified
BIN
-851 Bytes
(97%)
apps/client/src/assets/staticPages/mission-et-impact/community-cda.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-544 Bytes
(98%)
apps/client/src/assets/staticPages/mission-et-impact/community-dispositifs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-434 Bytes
(98%)
apps/client/src/assets/staticPages/mission-et-impact/community-traducteurs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
apps/client/src/components/Pages/staticPages/mission-et-impact/ImageCustomFigure.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
interface Props { | ||
children: number; | ||
} | ||
|
||
export const ImageCustomFigure = (props: Props) => { | ||
return ( | ||
<span className="absolute w-[48px] h-[48px] right-0 top-[16px] flex items-center justify-center text-white text-small font-bold leading-none"> | ||
+{props.children} | ||
</span> | ||
); | ||
}; |
1 change: 1 addition & 0 deletions
1
apps/client/src/components/Pages/staticPages/mission-et-impact/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
export { Figure } from "./Figure"; | ||
export { ImageCustomFigure } from "./ImageCustomFigure"; | ||
export { ImpactCol } from "./ImpactCol"; | ||
export { TeamCard } from "./TeamCard"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters