@seqera/docusaurus-theme-seqera 1.0.18 → 1.0.19-next.65
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.
|
@@ -112,13 +112,13 @@ export default function NavbarContent() {
|
|
|
112
112
|
<div className="mr-2">
|
|
113
113
|
<Link
|
|
114
114
|
className="navbar__link ml-8 font-normal"
|
|
115
|
-
href={'/platform-api'}
|
|
115
|
+
href={'/platform-api/'}
|
|
116
116
|
aria-label="Platform API">
|
|
117
117
|
Platform API
|
|
118
118
|
</Link>
|
|
119
119
|
<Link
|
|
120
120
|
className="navbar__link ml-8 font-normal"
|
|
121
|
-
href={'/changelog'}
|
|
121
|
+
href={'/changelog/'}
|
|
122
122
|
aria-label="Changelog">
|
|
123
123
|
Changelog
|
|
124
124
|
</Link>
|
package/package.json
CHANGED
|
@@ -128,13 +128,13 @@ export default function NavbarContent(): ReactNode {
|
|
|
128
128
|
<div className="mr-2">
|
|
129
129
|
<Link
|
|
130
130
|
className="navbar__link ml-8 font-normal"
|
|
131
|
-
href={'/platform-api'}
|
|
131
|
+
href={'/platform-api/'}
|
|
132
132
|
aria-label="Platform API">
|
|
133
133
|
Platform API
|
|
134
134
|
</Link>
|
|
135
135
|
<Link
|
|
136
136
|
className="navbar__link ml-8 font-normal"
|
|
137
|
-
href={'/changelog'}
|
|
137
|
+
href={'/changelog/'}
|
|
138
138
|
aria-label="Changelog">
|
|
139
139
|
Changelog
|
|
140
140
|
</Link>
|