title: auto
des: auto note:auto
This commit is contained in:
@@ -126,7 +126,7 @@ export default function HomeView() {
|
|||||||
<>
|
<>
|
||||||
{/* <pre>{JSON.stringify(profile, null, 2)}</pre> */}
|
{/* <pre>{JSON.stringify(profile, null, 2)}</pre> */}
|
||||||
<Box>
|
<Box>
|
||||||
{/* <Flex align={"center"} gap={"sm"}>
|
<Flex align={"center"} gap={"sm"}>
|
||||||
<ActionIcon
|
<ActionIcon
|
||||||
size={30}
|
size={30}
|
||||||
variant="transparent"
|
variant="transparent"
|
||||||
@@ -145,7 +145,7 @@ export default function HomeView() {
|
|||||||
Welcome to,{" "}
|
Welcome to,{" "}
|
||||||
{token?.username ? token?.username : <Loader size={"xs"} />}
|
{token?.username ? token?.username : <Loader size={"xs"} />}
|
||||||
</Text>
|
</Text>
|
||||||
</Flex> */}
|
</Flex>
|
||||||
<Paper bg={"dark"} radius={5} my={"xs"}>
|
<Paper bg={"dark"} radius={5} my={"xs"}>
|
||||||
<Image alt="logo" src={"/aset/logo.png"} />
|
<Image alt="logo" src={"/aset/logo.png"} />
|
||||||
</Paper>
|
</Paper>
|
||||||
|
|||||||
Reference in New Issue
Block a user