mirror of
https://github.com/zen-browser/www
synced 2026-04-25 17:14:56 +02:00
fix(release-notes):Twilight github release 404 fix using correct tag (#899)
This commit is contained in:
committed by
GitHub
parent
0f20d2c29b
commit
3faeb666ca
@@ -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
|
||||
>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user