File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -190,19 +190,17 @@ const Header = () => {
190
190
width = "13rem"
191
191
align = "center"
192
192
isInline
193
- spacing = "3 "
193
+ spacing = "2 "
194
194
>
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
204
202
</ Link >
205
- </ Tooltip >
203
+ </ Box >
206
204
</ Stack >
207
205
</ Flex >
208
206
</ DarkMode >
You can’t perform that action at this time.
0 commit comments