Fix adjustment to VDAP logo and emoji

This commit is contained in:
2026-08-24 08:58:31 -07:00
parent 1e1130f965
commit 12e540b61b
+3 -2
View File
@@ -43,9 +43,10 @@ export default function Sidebar() {
fontWeight="bold" fontWeight="bold"
height="auto" // Prevents the large text from squashing vertically height="auto" // Prevents the large text from squashing vertically
overflow="hidden" overflow="hidden"
width="100%"
px={0} px={0}
justifyContent={isOpen ? "center" : "center"} // Center the 'V' when collapsed justifyContent={isOpen ? "flex-start" : "center"} // Center the 'V' when collapsed
ml={isOpen ? 3 : 0} // Align with other buttons when open ml={isOpen ? 2 : -1} // Align with other buttons when open
textStyle={isOpen ? "4xl" : "3xl"} // Scale down slightly when closed textStyle={isOpen ? "4xl" : "3xl"} // Scale down slightly when closed
> >
{isOpen ? "🌋 VDAP" : "🌋"} {isOpen ? "🌋 VDAP" : "🌋"}