mirror of
https://github.com/modrinth/code.git
synced 2026-08-26 09:34:50 +00:00
cleaup app layout, add missing translations to it (#6904)
* cleaup app layout, add missing translations to it * remove feature flag in backend * add app-messages * clean up nav slightly * allow more than 3 quick instances * make quick instances resizable
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { defineMessages } from '@modrinth/ui'
|
||||
|
||||
export const appMessages = defineMessages({
|
||||
skinSelectorLabel: {
|
||||
id: 'app.skins.title',
|
||||
defaultMessage: 'Skin selector',
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user