fix(web): header GitHub link → claudemesh-cli repo
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -7,7 +7,7 @@ const NAV = [
|
|||||||
{ label: "Changelog", href: "#changelog" },
|
{ label: "Changelog", href: "#changelog" },
|
||||||
] as const;
|
] as const;
|
||||||
|
|
||||||
const OSS_REPO_URL = "https://github.com/alezmad/claude-intercom";
|
const OSS_REPO_URL = "https://github.com/alezmad/claudemesh-cli";
|
||||||
|
|
||||||
export const Header = () => {
|
export const Header = () => {
|
||||||
return (
|
return (
|
||||||
@@ -67,8 +67,8 @@ export const Header = () => {
|
|||||||
href={OSS_REPO_URL}
|
href={OSS_REPO_URL}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
aria-label="claude-intercom (MIT open source) on GitHub"
|
aria-label="claudemesh-cli on GitHub"
|
||||||
title="Built on claude-intercom · MIT open source"
|
title="claudemesh-cli · MIT open source"
|
||||||
className="hidden rounded-[var(--cm-radius-xs)] p-2 text-[var(--cm-fg-secondary)] transition-colors hover:bg-[var(--cm-bg-elevated)] hover:text-[var(--cm-fg)] md:inline-flex"
|
className="hidden rounded-[var(--cm-radius-xs)] p-2 text-[var(--cm-fg-secondary)] transition-colors hover:bg-[var(--cm-bg-elevated)] hover:text-[var(--cm-fg)] md:inline-flex"
|
||||||
>
|
>
|
||||||
<svg
|
<svg
|
||||||
|
|||||||
Reference in New Issue
Block a user