Reduce left logo padding
This commit is contained in:
@@ -50,7 +50,7 @@ const NavSidebar = () => {
|
||||
return (
|
||||
<VStack align="stretch" bgColor="gray.100" py={2} pb={0} height="100%">
|
||||
<Link href="/" w="full" _hover={{ textDecoration: "none" }}>
|
||||
<HStack spacing={0} pl="4">
|
||||
<HStack spacing={0} pl="3">
|
||||
<Image src="/logo.svg" alt="" w={8} h={8} />
|
||||
<Heading size="md" p={2} pl={{ base: 16, md: 2 }}>
|
||||
OpenPipe
|
||||
|
||||
Reference in New Issue
Block a user