Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Header and footer logo update #2134

Merged
merged 1 commit into from
Feb 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added packages/app/public/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Document, Font, Image, Page, StyleSheet, Text, View } from "@react-pdf/
import path from "path";

let initialized = false;
const logo = path.resolve("./public/logo.jpeg");
const logo = path.resolve("./public/logo.png");

if (!initialized) {
initialized = true;
Expand Down
3 changes: 1 addition & 2 deletions packages/app/src/app/(default)/index-egapro/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,7 @@ const IndexEgapro = () => {
</p>
<p>
Pour plus d'informations sur l'index de l'égalité professionnelle, vous pouvez consulter le site
internet du Ministère du Travail, du Plein emploi et de l'Insertion ou l'aide pour le calcul de
l'index.
internet du Ministère du Travail, de la Santé et des Solidarités ou l'aide pour le calcul de l'index.
</p>
</>
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const RepresentationEquilibree = () => (
</p>
<p>
Pour plus d'informations sur l'obligation de représentation équilibrée, vous pouvez consulter le site
internet du Ministère du Travail, du Plein emploi et de l'Insertion.
internet du Ministère du Travail, de la Santé et des Solidarités.
</p>
</>
}
Expand Down
4 changes: 2 additions & 2 deletions packages/app/src/components/Brand.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const Brand = () => (
<>
Ministère <br />
du Travail,
<br /> du plein Emploi
<br /> et de l’Insertion
<br /> de la Santé
<br /> et des Solidarités
</>
);
Loading