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 1050ed4 commit 9eaae40Copy full SHA for 9eaae40
src/components/DocsLayout.tsx
@@ -219,7 +219,12 @@ export function DocsLayout({
219
return (
220
<li key={i}>
221
{child.to.startsWith('http') ? (
222
- <a href={child.to} className={linkClasses} target="_blank" rel="noopener noreferrer">
+ <a
223
+ href={child.to}
224
+ className={linkClasses}
225
+ target="_blank"
226
+ rel="noopener noreferrer"
227
+ >
228
{child.label}
229
</a>
230
) : (
0 commit comments