Remove stale date qualifier from Fedora download label - #5
Open
arijitroy003 wants to merge 4 commits into
Open
Conversation
Remove stray closing </h2> HTML tag from markdown heading on the index page. The markdown ## prefix already renders the heading; the trailing HTML tag is invalid and may cause rendering issues.
- Complete the cut-off sentence about CI builds on line 27 - Fix 'build' -> 'built' typo on line 30
Add const declaration to filter variable in searchTable() and filterTable() functions. Without let/const, the variable leaks into the global scope, which can cause unexpected behavior when both functions reference the same implicit global.
Remove outdated '(after April 28th)' qualifier from the Fedora Linux 44 download link since the release date has long passed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Remove the outdated "(after April 28th)" text from the Fedora Linux 44 download link in
data/data.json. Fedora 44 has been released and available for over a year, making the date qualifier stale and potentially confusing for visitors.Changes
"Download Fedora Linux 44! (after April 28th)"to"Download Fedora Linux 44"Verification
data/data.json