Skip to content

Commit

Permalink
chore(pals): add experimental to Pals page
Browse files Browse the repository at this point in the history
  • Loading branch information
a-ghorbani committed Feb 11, 2025
1 parent 62410b6 commit 9c0ddb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const App = observer(() => {
}}
/>
<Drawer.Screen
name="Pals"
name="Pals (experimental)"
component={gestureHandlerRootHOC(PalsScreen)}
options={{
headerStyle: styles.headerWithoutDivider,
Expand Down
2 changes: 1 addition & 1 deletion src/components/SidebarContent/SidebarContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export const SidebarContent: React.FC<DrawerContentComponentProps> = observer(
<Drawer.Item
label={'Pals'}
icon={'cards-playing'}
onPress={() => props.navigation.navigate('Pals')}
onPress={() => props.navigation.navigate('Pals (experimental)')}
/>
</Drawer.Section>

Expand Down

0 comments on commit 9c0ddb0

Please sign in to comment.