Skip to content

Commit

Permalink
makes blueprint logo clickable for site link
Browse files Browse the repository at this point in the history
  • Loading branch information
varortz committed May 19, 2024
1 parent bd19aaf commit 46e9cb0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ export default function Footer() {
</Styles.FooterSection>
</Flex>
</Flex>
<Flex $direction="row" $gap="10px" $py="40px" $align="center">
<Flex $direction="row" $py="40px">
<Styles.FooterLink $color="white" href={CONFIG.blueprint}>
Made by Cal Blueprint
<Icon type="blueprint" />
</Styles.FooterLink>
<Icon type="blueprint" />
</Flex>
</Styles.Footer>
);
Expand Down
3 changes: 3 additions & 0 deletions src/components/Footer/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ export const FooterLink = styled(LinkColored)`
text-decoration: none;
font-size: 0.9375rem;
font-weight: 400px;
gap: 10px;
display: flex;
align-items: center;
`;

export const Header = styled.p`
Expand Down

0 comments on commit 46e9cb0

Please sign in to comment.