Skip to content

Commit 01dc44e

Browse files
committed
tidy up release notes link display
1 parent 77da277 commit 01dc44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LatestPatchLink.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ export default function LatestPatchLink({ major, minor, label }: LatestPatchLink
2828
const href = `/release-notes/v${major}-${releaseData.pupName.toLowerCase()}/${latestPatch}`;
2929
const displayLabel = label || `${major}.${minor}`;
3030

31-
return <a href={href}>[{displayLabel}]</a>;
31+
return <a href={href}>{displayLabel}</a>;
3232
}

0 commit comments

Comments
 (0)