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> */}
|
||||
<Box>
|
||||
{/* <Flex align={"center"} gap={"sm"}>
|
||||
<Flex align={"center"} gap={"sm"}>
|
||||
<ActionIcon
|
||||
size={30}
|
||||
variant="transparent"
|
||||
@@ -145,7 +145,7 @@ export default function HomeView() {
|
||||
Welcome to,{" "}
|
||||
{token?.username ? token?.username : <Loader size={"xs"} />}
|
||||
</Text>
|
||||
</Flex> */}
|
||||
</Flex>
|
||||
<Paper bg={"dark"} radius={5} my={"xs"}>
|
||||
<Image alt="logo" src={"/aset/logo.png"} />
|
||||
</Paper>
|
||||
|
||||
Reference in New Issue
Block a user