fix: lanuage typo

This commit is contained in:
sjdonado
2025-09-05 07:26:14 +02:00
parent eecdb29332
commit 5629dbefbc
2 changed files with 2 additions and 2 deletions

View File

@@ -226,7 +226,7 @@ pre {
}
/* Language translations */
.lanuage-list-menu {
.language-list-menu {
--max-width: 40ch;
background-color: var(--color-border);

View File

@@ -30,7 +30,7 @@ module TranslationsHelper
concat image_tag("globe.svg", size: 20, aria: { hidden: "true" }, class: "color-icon")
concat tag.span("Translate", class: "for-screen-reader")
end +
tag.div(class: "lanuage-list-menu shadow", data: { popup_target: "menu" }) do
tag.div(class: "language-list-menu shadow", data: { popup_target: "menu" }) do
translations_for(translation_key)
end
end