chore: clean this stuff up too

This commit is contained in:
Adrian Castro
2024-02-14 22:48:09 +01:00
parent 4d8a61baba
commit 8da4ad579c
5 changed files with 8 additions and 18 deletions

View File

@@ -3,8 +3,8 @@ import { Text } from "~/components/ui/Text";
export default function SettingsScreen() {
return (
<ScreenLayout title="Settings" subtitle="Need to change something?">
<Text>Settings would be listed in here. Coming soon</Text>
<ScreenLayout title="Settings">
<Text>Settings tab</Text>
</ScreenLayout>
);
}