We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c77f2 commit 633eedbCopy full SHA for 633eedb
1 file changed
landing/src/components/sections/header/Header.tsx
@@ -62,7 +62,16 @@ export default function Header(props: HeaderProps) {
62
63
<HeaderLink
64
className={twClasses.headerLink__rightMargin}
65
- href="https://twitter.com/devhub_app/"
+ href="https://github.com/devhubapp/devhub"
66
+ target="_blank"
67
+ rel="noopener"
68
+ >
69
+ GitHub ↗
70
+ </HeaderLink>
71
+
72
+ <HeaderLink
73
+ className={twClasses.headerLink__rightMargin}
74
+ href="https://twitter.com/devhub_app"
75
target="_blank"
76
rel="noopener"
77
>
0 commit comments