Replace 'Ajouter à mes favoris' by 'Ajouter aux favoris' #1

This commit is contained in:
Timothée Goguely 2024-11-15 16:36:18 +01:00
parent 0fad9cf1d2
commit 9728af65ac

View file

@ -95,7 +95,7 @@ figure:hover .favorite {
z-index: 10;
}
.favorite[aria-pressed="false"]:hover::before {
content: "Ajouter dans mes favoris";
content: "Ajouter aux favoris";
background: var(--color-background);
padding: 1.3rem 3.5rem 1.25rem 1rem;
position: absolute;