Desc:
- Tampilan untuk ios
This commit is contained in:
2023-10-03 13:50:18 +08:00
parent 9a914bb513
commit a82019552f
4 changed files with 20 additions and 14 deletions

View File

@@ -95,7 +95,7 @@ export default function HomeView() {
<IconUserCircle size={50} color="black" />
</ActionIcon>
<Text>Welcome to, {token?.username}</Text>
<Text>Welcome to, {token?.username ? token?.username : "SERVER ERROR"}</Text>
</Flex>
<Paper bg={"dark"} radius={5} my={"xs"}>
<Image alt="logo" src={"/aset/logo.png"} />