diff --git a/app/components/language-dropdown-link.hbs b/app/components/language-dropdown-link.hbs index 57346ae097..4514dbc714 100644 --- a/app/components/language-dropdown-link.hbs +++ b/app/components/language-dropdown-link.hbs @@ -11,12 +11,12 @@
{{#if @isSelected}} - {{svg-jar "check-circle" class="w-4 fill-current text-teal-500"}} + {{svg-jar "check-circle" class="w-5 fill-current text-teal-500"}} {{else if (and @isRequested (not @isSelected))}} - {{svg-jar "exclamation" class="w-4 fill-current text-yellow-500"}} + {{svg-jar "exclamation" class="w-5 fill-current text-yellow-500"}} {{else}} - {{@language.name}} - + {{@language.name}} + {{/if}}
\ No newline at end of file diff --git a/app/components/language-dropdown.hbs b/app/components/language-dropdown.hbs index afe735133a..9f8e43ec06 100644 --- a/app/components/language-dropdown.hbs +++ b/app/components/language-dropdown.hbs @@ -3,12 +3,19 @@