change title as feature unstable
This commit is contained in:
parent
f71f10651d
commit
730c09b6f3
1 changed files with 1 additions and 1 deletions
|
|
@ -355,7 +355,7 @@ export default () => {
|
|||
|
||||
const selectedMod = selectedModIndex === null ? null : allModsArray[selectedModIndex]
|
||||
|
||||
return <Screen backdrop="dirt" title="Client Mods" titleMarginTop={0} contentStyle={{ paddingTop: 15, height: '100%', width: '100%' }}>
|
||||
return <Screen backdrop="dirt" title="Client Mods (Preview)" titleMarginTop={0} contentStyle={{ paddingTop: 15, height: '100%', width: '100%' }}>
|
||||
<div className={styles.root}>
|
||||
<div className={styles.header}>
|
||||
<Button
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue