fix: Remove Page Path from Log Page

This commit is contained in:
Simon Caron
2025-01-12 23:00:12 -05:00
parent ff4c5f28af
commit 15f3ddf612

View File

@@ -83,6 +83,12 @@ export default function IndexLayout() {
title: "",
}}
/>
<Stack.Screen
name="settings/logs/page"
options={{
title: "",
}}
/>
<Stack.Screen
name="intro/page"
options={{