fix(marketing): preserve spacing before releases link - #5295
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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. Comment |
ApprovabilityVerdict: Approved b827b02 This is a trivial whitespace fix in static marketing page content, adding a space before the GitHub releases link using the standard JSX You can customize Macroscope's approvability policy. Learn more. |
What Changed
Adds an explicit whitespace on the bottom of the downloads page between
Check theandGitHub releases pageon the bottom of https://t3.codes/download.Why
It is missing and a one line fix.
Checklist
Note
Low Risk
Single-line marketing copy markup change with no logic, auth, or data handling impact.
Overview
On the download page, the “older versions” line now inserts an explicit space between “Check the” and the GitHub releases link using
{" "}in the Astro template.That prevents the words and link from running together when adjacent text and markup are rendered.
Reviewed by Cursor Bugbot for commit b827b02. Bugbot is set up for automated code reviews on this repo. Configure here.
Note
Fix missing space before releases link in download page
Adds an explicit
{" "}space token in download.astro between the text 'Check the' and the GitHub releases anchor, which were rendering without a visible space between them.Macroscope summarized b827b02.