Skip to content

Commit

Permalink
refactor(client): improve client app header
Browse files Browse the repository at this point in the history
  • Loading branch information
vplasencia committed Dec 5, 2024
1 parent cff70ec commit fc4d5eb
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions apps/client/src/pages/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,16 +166,18 @@ export default function HomePage(): JSX.Element {
<Container maxW="container.md" pt="20" pb="20" px="8" centerContent>
<VStack spacing="20" pb="30px" w="100%">
<HStack mb="60px" justify="space-between" w="100%">
<HStack spacing="1">
<Image
src={icon1Image}
htmlWidth="32px"
alt="Bandada icon"
/>
<Heading fontSize="22px" as="h1">
bandada
</Heading>
</HStack>
<Link _hover={{ textDecoration: "none" }} href="/">
<HStack spacing="1">
<Image
src={icon1Image}
htmlWidth="32px"
alt="Bandada icon"
/>
<Heading fontSize="22px" as="h1">
bandada
</Heading>
</HStack>
</Link>

<HStack spacing="5">
<Link
Expand Down

0 comments on commit fc4d5eb

Please sign in to comment.