skeletons, tournament stats, polish, bug fixes
This commit is contained in:
@@ -2,7 +2,7 @@ import { Flex, Skeleton } from "@mantine/core";
|
||||
|
||||
const HeaderSkeleton = () => {
|
||||
return (
|
||||
<Flex h="10vh" px='xl' w='100%' align='self-end' gap='md'>
|
||||
<Flex h="15dvh" px='xl' w='100%' align='self-end' gap='md'>
|
||||
<Skeleton opacity={0} height={100} width={100} radius="50%" />
|
||||
<Flex align='center' justify='center' gap={4} pb={20} w='100%'>
|
||||
<Skeleton height={24} width={200} />
|
||||
|
||||
Reference in New Issue
Block a user