Nonzero chance i borked something
This commit is contained in:
parent
62592e64b8
commit
0fd8195bb0
@ -3,6 +3,7 @@ import {
|
||||
Button,
|
||||
Container,
|
||||
Flex,
|
||||
Heading,
|
||||
Popover,
|
||||
PopoverArrow,
|
||||
PopoverBody,
|
||||
@ -11,6 +12,7 @@ import {
|
||||
PopoverHeader,
|
||||
PopoverTrigger,
|
||||
Select,
|
||||
Spacer,
|
||||
useBreakpointValue,
|
||||
useDisclosure,
|
||||
useToast,
|
||||
@ -284,7 +286,25 @@ export default function () {
|
||||
);
|
||||
}}
|
||||
>
|
||||
{entryTypes}
|
||||
{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>
|
||||
)}
|
||||
</Select>
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user