Skip to content

Commit

Permalink
feat(logo): rename ministry
Browse files Browse the repository at this point in the history
  • Loading branch information
ahonestla committed Jan 13, 2025
1 parent 7561908 commit df1e2b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/layout/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function MainFooter() {
<FooterBody>
<Logo
splitCharacter="|"
text="Ministère|de l'enseignement|supérieur|et de la recherche"
text="Ministère|chargé|de l'enseignement|supérieur|et de la recherche"
/>
<Link
className="fr-footer__content-link"
Expand Down
2 changes: 1 addition & 1 deletion client/src/layout/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const Header: React.FC = () => {
<HeaderWrapper>
<Logo
splitCharacter="|"
text="Ministère|de l'enseignement|supérieur|et de la recherche"
text="Ministère|chargé|de l'enseignement|supérieur|et de la recherche"
/>
<Service
name="Le Guichet numérique"
Expand Down

0 comments on commit df1e2b1

Please sign in to comment.