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 77da277 commit 01dc44eCopy full SHA for 01dc44e
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