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 49af924 commit cdcda2fCopy full SHA for cdcda2f
apps/docs/src/components/Layout.tsx
@@ -57,7 +57,7 @@ function Header() {
57
</div>
58
<div className="relative flex basis-0 justify-end gap-6 sm:gap-8 md:grow">
59
<ThemeSelector className="relative z-10" />
60
- <Link href="https://github.com" className="group" aria-label="GitHub">
+ <Link href="https://github.com/mikecousins/react-pdf-js" className="group" aria-label="GitHub">
61
<GitHubIcon className="h-6 w-6 fill-slate-400 group-hover:fill-slate-500 dark:group-hover:fill-slate-300" />
62
</Link>
63
0 commit comments