@primer/doctocat-nextjs 0.0.0-20250627131950 → 0.0.0-20250627133102

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @primer/doctocat-nextjs
2
2
 
3
- ## 0.0.0-20250627131950
3
+ ## 0.0.0-20250627133102
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -73,7 +73,7 @@ export function Header({siteTitle, flatDocsDirectories, pageMap}: HeaderProps) {
73
73
  <ul className={styles.Header__links}>
74
74
  {headerLinks.map(link => (
75
75
  <li key={link.href}>
76
- <Link
76
+ <a
77
77
  className={styles.Header__link}
78
78
  href={link.href}
79
79
  aria-current={link.isActive ? 'page' : undefined}
@@ -93,7 +93,7 @@ export function Header({siteTitle, flatDocsDirectories, pageMap}: HeaderProps) {
93
93
  />
94
94
  )}
95
95
  </Text>
96
- </Link>
96
+ </a>
97
97
  </li>
98
98
  ))}
99
99
  </ul>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/doctocat-nextjs",
3
- "version": "0.0.0-20250627131950",
3
+ "version": "0.0.0-20250627133102",
4
4
  "description": "A Next.js theme for building Primer documentation sites",
5
5
  "main": "index.js",
6
6
  "type": "module",