Skip to content

Commit 5253baa

Browse files
committed
Add agency link in header
1 parent 072f470 commit 5253baa

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

src/components/Header.tsx

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -190,19 +190,17 @@ const Header = () => {
190190
width="13rem"
191191
align="center"
192192
isInline
193-
spacing="3"
193+
spacing="2"
194194
>
195-
<Tooltip
196-
zIndex={100}
197-
hasArrow
198-
bg="yellow.100"
199-
aria-label="Builder mode help"
200-
label="Show me the code!"
201-
>
202-
<Link isExternal href="https://github.com/premieroctet/openchakra">
203-
<Box as={DiGithubBadge} size="8" color="gray.200" />
195+
<Link isExternal href="https://github.com/premieroctet/openchakra">
196+
<Box as={DiGithubBadge} size="8" color="gray.200" />
197+
</Link>
198+
<Box lineHeight="shorter" color="white" fontSize="xs">
199+
by{' '}
200+
<Link isExternal href="https://premieroctet.com" color="teal.100">
201+
Premier Octet
204202
</Link>
205-
</Tooltip>
203+
</Box>
206204
</Stack>
207205
</Flex>
208206
</DarkMode>

0 commit comments

Comments
 (0)