Add settings page
This commit is contained in:
parent
8ff5f81f24
commit
e3e4c4366c
4 changed files with 88 additions and 4 deletions
|
@ -151,7 +151,12 @@ export const Component = observer(() => {
|
|||
url="/notifications"
|
||||
gradient="purple"
|
||||
/>
|
||||
<FatMenuItem icon="gear" label="Settings" url="/" gradient="blue" />
|
||||
<FatMenuItem
|
||||
icon="gear"
|
||||
label="Settings"
|
||||
url="/settings"
|
||||
gradient="blue"
|
||||
/>
|
||||
</View>
|
||||
</View>
|
||||
<View style={[s.p10, styles.section]}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue