Skip to main content
Sign in
Snippets Groups Projects
Unverified Commit 6fdb9b68 authored by Dorine Lambinet's avatar Dorine Lambinet
Browse files

Remplace année par variable {yearPLF}

parent f33364b7
No related branches found
No related tags found
1 merge request!332Modification date plf/plfss sur page accueil (2025 à 2026)
Pipeline #22185 passed
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
import type { DisplayMode } from "$lib/displays" import type { DisplayMode } from "$lib/displays"
import { trackSearchVariable } from "$lib/matomo" import { trackSearchVariable } from "$lib/matomo"
import publicConfig from "$lib/public_config" import publicConfig from "$lib/public_config"
import { billActive, shared, year } from "$lib/shared.svelte" import { billActive, shared, year, yearPLF } from "$lib/shared.svelte"
import { newSimulationUrl } from "$lib/urls" import { newSimulationUrl } from "$lib/urls"
const { appTitle } = publicConfig const { appTitle } = publicConfig
...@@ -315,7 +315,7 @@ ...@@ -315,7 +315,7 @@
{#if billActive} {#if billActive}
<div> <div>
<h2 class="mt-10 text-xl font-bold xl:text-2xl 2xl:text-3xl"> <h2 class="mt-10 text-xl font-bold xl:text-2xl 2xl:text-3xl">
Consulter les impacts du PLF / PLFSS 2026&nbsp;: Consulter les impacts du PLF / PLFSS {yearPLF}&nbsp;:
</h2> </h2>
<PlfVariablesListIntro {displayMode} /> <PlfVariablesListIntro {displayMode} />
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment