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.
2 parents 77da277 + 01dc44e commit 0906f0eCopy full SHA for 0906f0e
src/components/LatestPatchLink.tsx
@@ -28,5 +28,5 @@ export default function LatestPatchLink({ major, minor, label }: LatestPatchLink
28
const href = `/release-notes/v${major}-${releaseData.pupName.toLowerCase()}/${latestPatch}`;
29
const displayLabel = label || `${major}.${minor}`;
30
31
- return <a href={href}>[{displayLabel}]</a>;
+ return <a href={href}>{displayLabel}</a>;
32
}
0 commit comments