|
|
|
|
@ -95,7 +95,7 @@ export function Header() { |
|
|
|
|
</button> |
|
|
|
|
|
|
|
|
|
<a |
|
|
|
|
href="https://github.com/abel533/learn-claude-code" |
|
|
|
|
href="https://github.com/abel533/claude-code" |
|
|
|
|
target="_blank" |
|
|
|
|
rel="noopener" |
|
|
|
|
className="text-zinc-500 hover:text-zinc-700 dark:text-zinc-400 dark:hover:text-white" |
|
|
|
|
@ -151,7 +151,7 @@ export function Header() { |
|
|
|
|
{dark ? <Sun size={18} /> : <Moon size={18} />} |
|
|
|
|
</button> |
|
|
|
|
<a |
|
|
|
|
href="https://github.com/abel533/learn-claude-code" |
|
|
|
|
href="https://github.com/abel533/claude-code" |
|
|
|
|
target="_blank" |
|
|
|
|
rel="noopener" |
|
|
|
|
className="flex min-h-[44px] min-w-[44px] items-center justify-center text-zinc-500 hover:text-zinc-700 dark:text-zinc-400 dark:hover:text-white" |
|
|
|
|
|