Skip to content

Commit

Permalink
feat: Changed tab order in theme settings
Browse files Browse the repository at this point in the history
  • Loading branch information
bobmitro committed Mar 18, 2023
1 parent e804ef2 commit bbdb0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/ThemeSettings.vue
Original file line number Diff line number Diff line change
@@ -503,9 +503,9 @@ export default {
}
});
tabs.push(this.$t('theme.authorOptions'));
tabs.push(this.$t('theme.postOptions'));
tabs.push(this.$t('theme.tagOptions'));
tabs.push(this.$t('theme.authorOptions'));
tabs.push(this.$t('theme.translations'));
return tabs;

0 comments on commit bbdb0e4

Please sign in to comment.