Skip to content

Fix missing space before GitHub releases link#4540

Draft
kubamus wants to merge 1 commit into
pingdotgg:mainfrom
kubamus:agent/fix-releases-link-spacing
Draft

Fix missing space before GitHub releases link#4540
kubamus wants to merge 1 commit into
pingdotgg:mainfrom
kubamus:agent/fix-releases-link-spacing

Conversation

@kubamus

@kubamus kubamus commented Jul 25, 2026

Copy link
Copy Markdown

What Changed

Added explicit whitespace before the GitHub releases link on the download page.

Why

The template boundary removed the expected space between the surrounding text and the link, rendering the sentence as Check theGitHub releases page. The explicit whitespace keeps the copy readable without changing layout or behavior.

UI Changes

Before After
Check theGitHub releases page Check the GitHub releases page

Validation

  • vp run --filter @t3tools/marketing typecheck
  • vp run --filter @t3tools/marketing build
  • Verified the rendered /download page in the controlled browser; the text now reads “Looking for older versions? Check the GitHub releases page”.

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 missing space before GitHub releases link on download page

Adds an explicit {' '} space literal in download.astro between the text 'Check the' and the 'GitHub releases page' anchor to fix a rendering issue where the two were visually joined.

Macroscope summarized 59cf597.

@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: 70efb0df-c80e-43b3-852b-5a2b604faa1f

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
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.

1 participant