Fix prettier

This commit is contained in:
David Corbitt
2023-08-07 21:45:36 -07:00
parent 6d32f1c06e
commit f47010a6e7
8 changed files with 24 additions and 29 deletions

View File

@@ -11,7 +11,7 @@ const IconLink = ({ icon, label, href, color, ...props }: IconLinkProps) => {
<NavSidebarOption activeHrefPattern={href}>
<HStack w="full" p={2} color={color} justifyContent="start" {...props}>
<Icon as={icon} boxSize={6} mr={2} />
<Text fontSize="sm" display={{base: 'none', md: 'block'}}>
<Text fontSize="sm" display={{ base: "none", md: "block" }}>
{label}
</Text>
</HStack>