diff --git a/services/hackbot-ui/app/globals.css b/services/hackbot-ui/app/globals.css index a4886ff2a1..18b2c2eef9 100644 --- a/services/hackbot-ui/app/globals.css +++ b/services/hackbot-ui/app/globals.css @@ -70,6 +70,23 @@ header.topbar .tag { color: var(--muted); } +header.topbar .github-link { + display: inline-flex; + align-items: center; + gap: 5px; + margin-left: 12px; + font-size: 13px; + color: var(--muted); + text-decoration: none; + opacity: 0.7; + transition: opacity 0.15s; +} + +header.topbar .github-link:hover { + opacity: 1; + color: var(--fg); +} + .panel { background: var(--panel); border: 1px solid var(--border); diff --git a/services/hackbot-ui/app/layout.tsx b/services/hackbot-ui/app/layout.tsx index 7ba906be15..38c280768b 100644 --- a/services/hackbot-ui/app/layout.tsx +++ b/services/hackbot-ui/app/layout.tsx @@ -19,7 +19,16 @@ export default function RootLayout({

🚀 Hackbot Launchpad

- demo + + + GitHub +
diff --git a/services/hackbot-ui/public/github.svg b/services/hackbot-ui/public/github.svg new file mode 100644 index 0000000000..160a793932 --- /dev/null +++ b/services/hackbot-ui/public/github.svg @@ -0,0 +1,3 @@ + + +