Remove "open source" hero badge from landing page; fix dep vulnerabilities - #64
Merged
Conversation
Copilot
AI
changed the title
[WIP] Remove the open source header from landing page
Remove "open source" hero badge from landing page; fix dep vulnerabilities
Jul 9, 2026
Owner
|
does this affect the new pages.yaml file that was created in a different pull request? @copilot |
Contributor
Author
No—this PR does not touch any |
KalebCole
marked this pull request as ready for review
July 9, 2026 15:00
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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.
Removes the pill badge ("open source · works on macOS, Linux, Windows") from the landing page hero section and cleans up its now-orphaned CSS rule. Also bumps dev dependencies via
npm audit fixto clear 4 vulnerabilities surfaced during the change.docs/index.html<span class="hero-badge">element from hero section.hero-badgeCSS rule block (was display/border/padding/color styles for the pill)package-lock.jsonvitest→ critical: arbitrary file read/exec via UI servervite→ high: path traversal +server.fs.denybypasspostcss→ moderate: XSS via CSS stringifyesbuild→ low: arbitrary file read on Windows dev server