Skip to content

Commit

Permalink
fix : other minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Volubyl committed Jan 3, 2025
1 parent 571491b commit 254c95d
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion e2e/offres-de-services/donner-de-l-elan.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test.describe('donner-de-l-elan page', () => {
const expectedHeadings = [
'Donner de l’élan',
'Votre besoin',
'Nos méthodes et les livrables',
'Nos méthodes et livrables',
'Diagnostic',
'Stratégie',
'Appropriation',
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/mollecules/Footer/Footer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test('shows proper heading when rendered', () => {
const headings = screen.getAllByRole('heading');

expect(headings.length).toBe(3);
expect(headings[0]).toHaveTextContent('Mathieu Jahnich ');
expect(headings[0]).toHaveTextContent('Mathieu Jahnich');
expect(headings[1]).toHaveTextContent('Ressources');
});

Expand Down
2 changes: 1 addition & 1 deletion src/routes/a-propos/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
title="LinkedIn Aurélie Wastin (vers site externe)"
target="_blank"
class="underline flex gap-2"
href="https://www.linkedin.com/in/aurelie-wastin-8683a649/"
href="https://fr.linkedin.com/in/aurélie-wastin-8683a649"
>
LinkedIn <Icon name="external" />
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/espace-presse/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<div class="md:ml-8">
<div class="md:mb-24 mb-12">
<p>
J’invite les journalistes à me contacter directement pour discute de manière informelle
J’invite les journalistes à me contacter directement pour discuter de manière informelle
dans le cadre de la préparation d’un dossier ou d’un reportage ou pour une interview.
</p>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
>
<Icon width="100%" height="75%" name="curve" fill="none" />
</div>
<h2>Méthodes et les livrables</h2>
<h2>Nos méthodes et livrables</h2>
<Method title="Diagnostic">
<p class="mb-2">
Recueillir et analyser les
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@
<div class="mt-8 flex flex-col gap-5">
{#each references as reference, i}
<ReferenceAccordion
focused={firstNewReferenceIndex === i}
id={slugify(reference.title)}
content={reference.content}
imageUrl={reference.imageUrl}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@
<div class="mt-8 flex flex-col gap-5">
{#each references as reference, i}
<ReferenceAccordion
focused={firstNewReferenceIndex === i}
id={slugify(reference.title)}
content={reference.content}
imageUrl={reference.imageUrl}
Expand Down

0 comments on commit 254c95d

Please sign in to comment.