Reformat starting changes on layout for better UI visuals

This commit is contained in:
2026-07-22 10:37:01 -07:00
parent ccfbb15434
commit 022d4169b5
4 changed files with 46 additions and 13 deletions
+4 -4
View File
@@ -19,10 +19,10 @@ export default function Header() {
return (
<Flex css={styles} justify="space-between" align="center" width="100%">
{/* Home Link Logo */}
<Button as={NavLink} to="/home" color="color" variant="plain" textStyle="5xl" fontWeight="bold">
VDAP
</Button>
{/*/!* Home Link Logo *!/*/}
{/*<Button as={NavLink} to="/home" color="color" variant="plain" textStyle="5xl" fontWeight="bold">*/}
{/* VDAP*/}
{/*</Button>*/}
{/* User Profile Section */}
<Flex align="center" gap={3} pr={6}>