feat: add X (Twitter) social link with official logo mark#106
Merged
Conversation
Added https://x.com/kaichen37 social link positioned between GitHub and LinkedIn with proper styling for light and dark modes. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> Co-authored-by: Claude <noreply@anthropic.com>
Replace the approximated X (Twitter) SVG path with the official brand mark, and reorder home social links to Email, GitHub, LinkedIn, X, Spotify so professional profiles come first. Co-authored-by: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
Add an X (Twitter) social link (
https://x.com/kaichen37) to the home page social row using the official X brand mark SVG (an earlier approximated path rendered slightly off), and reorder the links to Email → GitHub → LinkedIn → X → Spotify so professional profiles come first. Includes light/dark hover styles inglobals.css.Type of change
Related issues
N/A
Test plan
npm run lintnpm run typechecknpm run test(23 passed)npm run buildNotes for reviewers
Replaces the stale
feat/merge-course-projectsbranch — its other commits were already merged via #103/#104; this branch carries only the two X-link commits on top ofmain.Checklist
.env.local, or production tokens are included in this PR..env.example— no route, API, or env changes; social row is a minor UI addition.🤖 Generated with Claude Code