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
|
||||
) : (
|
||||
<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>
|
||||
)}
|
||||
{entryTypes}
|
||||
</Select>
|
||||
);
|
||||
|
||||
@ -328,7 +310,25 @@ export default function () {
|
||||
<Box display={isDesktop ? "none" : undefined} mb="16px" w="90%">
|
||||
{ItemDisplay}
|
||||
</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>
|
||||
<Box display={isDesktop ? undefined : "none"} ml="16px" w="248px">
|
||||
{ItemDisplay}
|
||||
|
Loading…
x
Reference in New Issue
Block a user