Skip to content

Commit d2ff00b

Browse files
authored
Merge pull request #5 from sjdonado/main
Minor typo
2 parents eecdb29 + 64a2027 commit d2ff00b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/assets/stylesheets/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ pre {
226226
}
227227

228228
/* Language translations */
229-
.lanuage-list-menu {
229+
.language-list-menu {
230230
--max-width: 40ch;
231231

232232
background-color: var(--color-border);

app/helpers/translations_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def translation_button(translation_key)
3030
concat image_tag("globe.svg", size: 20, aria: { hidden: "true" }, class: "color-icon")
3131
concat tag.span("Translate", class: "for-screen-reader")
3232
end +
33-
tag.div(class: "lanuage-list-menu shadow", data: { popup_target: "menu" }) do
33+
tag.div(class: "language-list-menu shadow", data: { popup_target: "menu" }) do
3434
translations_for(translation_key)
3535
end
3636
end

0 commit comments

Comments
 (0)