Ok it didn't break anything but it didn't exactly work
This commit is contained in:
parent
0fd8195bb0
commit
e48af3af35
@ -286,25 +286,7 @@ export default function () {
|
|||||||
);
|
);
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{entryTypes.length ? (
|
{entryTypes}
|
||||||
entryTypes
|
|
||||||
) : (
|
|
||||||
<Container
|
|
||||||
left="50%"
|
|
||||||
maxW="container.md"
|
|
||||||
pos="absolute"
|
|
||||||
mt="64px"
|
|
||||||
transform="translate(-50%)"
|
|
||||||
>
|
|
||||||
<Flex>
|
|
||||||
<Spacer />
|
|
||||||
<img alt="Thonkery" src="/files/Thonkery.png" />
|
|
||||||
<Spacer />
|
|
||||||
</Flex>
|
|
||||||
<br />
|
|
||||||
<Heading textAlign="center">Nothing here</Heading>
|
|
||||||
</Container>
|
|
||||||
)}
|
|
||||||
</Select>
|
</Select>
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -328,7 +310,25 @@ export default function () {
|
|||||||
<Box display={isDesktop ? "none" : undefined} mb="16px" w="90%">
|
<Box display={isDesktop ? "none" : undefined} mb="16px" w="90%">
|
||||||
{ItemDisplay}
|
{ItemDisplay}
|
||||||
</Box>
|
</Box>
|
||||||
{entries}
|
{entries.length ? (
|
||||||
|
entries
|
||||||
|
) : (
|
||||||
|
<Container
|
||||||
|
left="50%"
|
||||||
|
maxW="container.md"
|
||||||
|
pos="absolute"
|
||||||
|
mt="64px"
|
||||||
|
transform="translate(-50%)"
|
||||||
|
>
|
||||||
|
<Flex>
|
||||||
|
<Spacer />
|
||||||
|
<img alt="Thonkery" src="/files/Thonkery.png" />
|
||||||
|
<Spacer />
|
||||||
|
</Flex>
|
||||||
|
<br />
|
||||||
|
<Heading textAlign="center">Nothing here</Heading>
|
||||||
|
</Container>
|
||||||
|
)}
|
||||||
</VStack>
|
</VStack>
|
||||||
<Box display={isDesktop ? undefined : "none"} ml="16px" w="248px">
|
<Box display={isDesktop ? undefined : "none"} ml="16px" w="248px">
|
||||||
{ItemDisplay}
|
{ItemDisplay}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user