Skip to content

Commit e5cb400

Browse files
committed
chore: move position of octicon to keep it alphabetical
1 parent df9ccec commit e5cb400

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tools/idea-plugin/src/main/kotlin/io/github/composegears/valkyrie/ui/screen/webimport/WebImportSelectorScreen.kt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,6 @@ enum class IconProviders(
174174
titleKey = "web.import.selector.heroicons.title",
175175
descriptionKey = "web.import.selector.heroicons.description",
176176
),
177-
Octicons(
178-
icon = ValkyrieIcons.Colored.OcticonsLogo,
179-
titleKey = "web.import.selector.octicons.title",
180-
descriptionKey = "web.import.selector.octicons.description",
181-
),
182177
Ionicons(
183178
icon = ValkyrieIcons.Colored.IoniconsLogo,
184179
titleKey = "web.import.selector.ionicons.title",
@@ -189,6 +184,11 @@ enum class IconProviders(
189184
titleKey = "web.import.selector.lucide.title",
190185
descriptionKey = "web.import.selector.lucide.description",
191186
),
187+
Octicons(
188+
icon = ValkyrieIcons.Colored.OcticonsLogo,
189+
titleKey = "web.import.selector.octicons.title",
190+
descriptionKey = "web.import.selector.octicons.description",
191+
),
192192
Remix(
193193
icon = ValkyrieIcons.Colored.RemixLogo,
194194
titleKey = "web.import.selector.remix.title",

0 commit comments

Comments
 (0)