Skip to content

website: ▲ prompt, Vercel badge, cleaner spacing#167

Open
tomdale wants to merge 1 commit intomainfrom
rauchg/design-polish
Open

website: ▲ prompt, Vercel badge, cleaner spacing#167
tomdale wants to merge 1 commit intomainfrom
rauchg/design-polish

Conversation

@tomdale
Copy link
Copy Markdown

@tomdale tomdale commented Mar 21, 2026

Three design polish changes for justbash.dev:

  1. ▲ as terminal prompt — replaces $ with the Vercel triangle across all terminal interactions (prompt, agent tool calls, Ctrl+C/L). Uses a shared PROMPT constant.

  2. Vercel triangle badge bottom-left — fixed position, subtle (20% opacity → 50% on hover), links to vercel.com.

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

- 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
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 21, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
just-bash-website Ready Ready Preview, Comment Mar 21, 2026 5:23am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
just-bash Ignored Ignored Mar 21, 2026 5:23am

rel="noopener noreferrer"
className="vercel-badge"
>
<svg height="16" viewBox="0 0 283 64" fill="currentColor">
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.

Fix on Vercel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant