website: ▲ prompt, Vercel badge, cleaner spacing#167
Open
Conversation
- Replace $ prompt with ▲ (Vercel triangle) across all terminal interactions - Add PROMPT constant for consistency - Add fixed Vercel triangle badge in bottom-left corner (subtle, 20% opacity) - Split welcome description into two shorter lines - Remove code example block from welcome for cleaner spacing
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| rel="noopener noreferrer" | ||
| className="vercel-badge" | ||
| > | ||
| <svg height="16" viewBox="0 0 283 64" fill="currentColor"> |
There was a problem hiding this comment.
Suggested change
| <svg height="16" viewBox="0 0 283 64" fill="currentColor"> | |
| <svg height="16" viewBox="0 0 74 64" fill="currentColor"> |
SVG viewBox "0 0 283 64" is sized for the full Vercel logotype (triangle + wordmark) but only the triangle path is present, causing the triangle to render at ~26% of the SVG's width with ~74% invisible dead space.
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.
Three design polish changes for justbash.dev:
▲ as terminal prompt — replaces
$with the Vercel triangle across all terminal interactions (prompt, agent tool calls, Ctrl+C/L). Uses a sharedPROMPTconstant.Vercel triangle badge bottom-left — fixed position, subtle (20% opacity → 50% on hover), links to vercel.com.
Cleaner welcome spacing — description split into two shorter lines, removed the dim code example block to tighten vertical rhythm.
6 files changed, 36 insertions, 16 deletions.