Skip to content

Commit

Permalink
Add agency link in header
Browse files Browse the repository at this point in the history
  • Loading branch information
baptadn committed Feb 19, 2020
1 parent 072f470 commit 5253baa
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,19 +190,17 @@ const Header = () => {
width="13rem"
align="center"
isInline
spacing="3"
spacing="2"
>
<Tooltip
zIndex={100}
hasArrow
bg="yellow.100"
aria-label="Builder mode help"
label="Show me the code!"
>
<Link isExternal href="https://github.com/premieroctet/openchakra">
<Box as={DiGithubBadge} size="8" color="gray.200" />
<Link isExternal href="https://github.com/premieroctet/openchakra">
<Box as={DiGithubBadge} size="8" color="gray.200" />
</Link>
<Box lineHeight="shorter" color="white" fontSize="xs">
by{' '}
<Link isExternal href="https://premieroctet.com" color="teal.100">
Premier Octet
</Link>
</Tooltip>
</Box>
</Stack>
</Flex>
</DarkMode>
Expand Down

0 comments on commit 5253baa

Please sign in to comment.