Skip to content

fix: add missing space before 'GitHub releases page' link on download page - #4511

Merged
t3dotgg merged 1 commit into
pingdotgg:mainfrom
Mateleo:fix/download-page-missing-space
Aug 7, 2026
Merged

t3dotgg merged 1 commit into
pingdotgg:mainfrom
Mateleo:fix/download-page-missing-space

Conversation

@Mateleo

@Mateleo Mateleo commented Jul 25, 2026 •

Copy link
Copy Markdown
Contributor

The whitespace between 'Check the' and the anchor tag was being collapsed by HTML parsing, causing the text to render as 'Check theGitHub releases page' instead of 'Check the GitHub releases page'.

Added {" "} to force a space between the text and the link.

Before: Looking for older versions? Check theGitHub releases page ↗
After: Looking for older versions? Check the GitHub releases page ↗

image

Note

Low Risk
Single-line marketing copy fix with no logic, API, or security impact.

Overview
Fixes a copy rendering bug on the download page where “Check the” ran directly into the GitHub releases link (Check theGitHub releases page).

Inserts an explicit {" "} after “Check the” in download.astro, matching the whitespace pattern already used on other marketing pages so HTML whitespace collapse does not eat the gap before the anchor.

Reviewed by Cursor Bugbot for commit d4f0f7a. Bugbot is set up for automated code reviews on this repo. Configure here.

Note

Fix missing space before 'GitHub releases page' link on download page

Adds an explicit {' '} space literal in download.astro between 'Check the' and the anchor element, fixing a rendering bug where the two ran together.

Macroscope summarized d4f0f7a.

… page

The whitespace between 'Check the' and the anchor tag was being collapsed by HTML parsing, causing the text to render as 'Check theGitHub releases page' without a space.
@coderabbitai

coderabbitai Bot commented Jul 25, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: a5da4fbd-5b4d-44fd-a903-d9c67f7027e8

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions github-actions Bot added vouch:unvouched PR author is not yet trusted in the VOUCHED list. size:XS 0-9 changed lines (additions + deletions). labels Jul 25, 2026
@macroscopeapp

macroscopeapp Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

Approvability

Verdict: Approved

Trivial spacing fix in static marketing page copy - adds a missing space before a link. No runtime behavior impact.

You can customize Macroscope's approvability policy. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS 0-9 changed lines (additions + deletions). vouch:unvouched PR author is not yet trusted in the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants