fix(release-notes):Twilight github release 404 fix using correct tag (#899)

This commit is contained in:
Akhilesh Pachnanda
2026-03-27 13:18:25 +05:30
committed by GitHub
parent 0f20d2c29b
commit 3faeb666ca

View File

@@ -163,7 +163,7 @@ generateItems(props.knownIssues, 'known')
rel="noopener noreferrer"
class="zen-link whitespace-nowrap text-xs !no-underline opacity-80"
target="_blank"
href={`https://github.com/zen-browser/desktop/releases/tag/${isTwilight ? 'twilight' : props.version}`}
href={`https://github.com/zen-browser/desktop/releases/tag/${isTwilight ? 'twilight-1' : props.version}`}
>{releaseNoteItem.githubRelease}</a
>
{