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