diff --git a/docs/.nvmrc b/docs/.nvmrc
new file mode 100644
index 0000000..790e110
--- /dev/null
+++ b/docs/.nvmrc
@@ -0,0 +1 @@
+v20.10.0
diff --git a/src/components/fiches/FichesMetasDisplay.astro b/src/components/fiches/FichesMetasDisplay.astro
index d3835b9..e5f2523 100644
--- a/src/components/fiches/FichesMetasDisplay.astro
+++ b/src/components/fiches/FichesMetasDisplay.astro
@@ -77,6 +77,16 @@ const t = useTranslations(lang);
/>
) : null
}
+ {
+ getRefConfig().featuresEnabled.tiers === true ? (
+
+ ) : null
+ }