aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/app/dashboard/_layout.tsx
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-08-26 17:07:10 +0300
committerMohamedBassem <me@mbassem.com>2024-08-26 17:07:10 +0300
commit49dc06e1a3e47892dc93b6c3c9dcc3c7d892430e (patch)
tree3d9c3e38e8885bd5e84b83741e10d10abac24374 /apps/mobile/app/dashboard/_layout.tsx
parentb094b2cecb0da1bcdf4c63dd081638d87793c53c (diff)
downloadkarakeep-49dc06e1a3e47892dc93b6c3c9dcc3c7d892430e.tar.zst
ui(mobile): Merge the editors for notes and links
Diffstat (limited to 'apps/mobile/app/dashboard/_layout.tsx')
-rw-r--r--apps/mobile/app/dashboard/_layout.tsx7
1 files changed, 0 insertions, 7 deletions
diff --git a/apps/mobile/app/dashboard/_layout.tsx b/apps/mobile/app/dashboard/_layout.tsx
index e8733fe0..db4fd251 100644
--- a/apps/mobile/app/dashboard/_layout.tsx
+++ b/apps/mobile/app/dashboard/_layout.tsx
@@ -54,13 +54,6 @@ export default function Dashboard() {
headerTransparent: true,
}}
/>
- <Stack.Screen
- name="add-link"
- options={{
- title: "New link",
- presentation: "modal",
- }}
- />
</StyledStack>
);
}