Skip to content

Commit

Permalink
✨certif: pixSelect : use correct attribute iconName
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiaPena committed Oct 28, 2024
1 parent f060dbb commit 8fcd251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certif/app/components/language-switcher.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default class LanguageSwitcher extends Component {
<template>
<PixSelect
@id='language-switcher'
@icon='earth-europe'
@iconName='globe'
@value={{@selectedLanguage}}
@options={{this.alphabeticallySortedLanguages}}
@onChange={{@onLanguageChange}}
Expand Down

0 comments on commit 8fcd251

Please sign in to comment.