Skip to content

Fix spacing in download#3999

Open
Inovvia wants to merge 5 commits into
pingdotgg:mainfrom
Inovvia:patch-1
Open

Fix spacing in download#3999
Inovvia wants to merge 5 commits into
pingdotgg:mainfrom
Inovvia:patch-1

Conversation

@Inovvia

@Inovvia Inovvia commented Jul 15, 2026

Copy link
Copy Markdown

What Changed

image

Why

It bothered me

UI Changes

After my PR
image

Checklist

  • This PR is small and focused
  • I explained what changed and why
  • I included before/after screenshots for any UI changes
  • I included a video for animation/interaction changes

Note

Fix spacing between 'Check the' text and GitHub link in download page

Replaces a line break between inline text and an anchor with a non-breaking space in download.astro to prevent unwanted line wrapping.

Macroscope summarized 7c102bb.


Note

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

Overview
Fixes awkward wrapping in the “Looking for older versions?” footer on the download page by keeping “Check the” and the GitHub releases link on the same line.

The markup no longer breaks between the text and the <a> tag; it uses &nbsp; so the browser does not insert a line break between the and the link label.

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

@coderabbitai

coderabbitai Bot commented Jul 15, 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

Run ID: 55124e82-aae7-45ce-a5bb-3ac0c2dd2e6e

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 15, 2026
Comment thread apps/marketing/src/pages/download.astro Outdated
@Inovvia
Inovvia marked this pull request as ready for review July 15, 2026 10:14

@cursor cursor Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using high effort and found 2 potential issues.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Want fixes drafted automatically? Bugbot Autofix can create code changes for findings. A team admin can enable Autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit b813282. Configure here.

Comment thread apps/marketing/src/pages/download.astro Outdated
Comment thread apps/marketing/src/pages/download.astro Outdated
@macroscopeapp

macroscopeapp Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Approvability

Verdict: Approved

This is a trivial spacing fix adding a non-breaking space (&nbsp;) in the download page HTML. No runtime behavior changes - purely cosmetic text formatting.

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

macroscopeapp[bot]
macroscopeapp Bot previously approved these changes Jul 15, 2026
Co-authored-by: codex <codex@users.noreply.github.com>
@macroscopeapp
macroscopeapp Bot dismissed their stale review July 17, 2026 19:18

Dismissing prior approval to re-evaluate 4844ebe

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