Skip to content
This repository was archived by the owner on Sep 5, 2026. It is now read-only.

Recover accidentally closed PR #61 with Github icon fix - #62

Merged
YoungLee-coder merged 1 commit into
claude/fix-ci-checksfrom
claude/recover-closed-branch
Apr 1, 2026
Merged

Recover accidentally closed PR #61 with Github icon fix#62
YoungLee-coder merged 1 commit into
claude/fix-ci-checksfrom
claude/recover-closed-branch

Conversation

@Claude

@Claude Claude AI commented Apr 1, 2026

Copy link
Copy Markdown
Contributor

PR #61 was closed before merge, but the claude/fix-ci-checks branch containing the work remains intact. This PR preserves that work by rebasing on top of it.

Branch status

  • claude/fix-ci-checks: Contains Github icon fix (commit ef5e9d1) - addresses lucide-react 1.7.0 removing brand icons
  • This branch: Builds on claude/fix-ci-checks to preserve the closed PR's changes

Changes from closed PR #61

Custom SVG component replaces removed Github import from lucide-react:

// lucide-react removed brand icons in v1.x
const GithubIcon = ({ className }: { className?: string }) => (
  <svg viewBox="0 0 24 24" fill="currentColor" className={className}>
    <path d="M12 0c-6.626 0-12 5.373-12 12..." />
  </svg>
);

Merge options

  1. Merge claude/fix-ci-checks directly to master for just the icon fix
  2. Merge this PR to include both branches together
Original prompt

请帮我处理我刚才关闭的分支。我不小心关闭了还没有推送

@vercel

vercel Bot commented Apr 1, 2026

Copy link
Copy Markdown

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

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
sub-mix Ignored Ignored Apr 1, 2026 3:40am

@YoungLee-coder
YoungLee-coder marked this pull request as ready for review April 1, 2026 03:41
@Claude Claude AI changed the title [WIP] Restore accidentally closed branch Recover accidentally closed PR #61 with Github icon fix Apr 1, 2026
@Claude
Claude AI requested a review from YoungLee-coder April 1, 2026 03:42
@YoungLee-coder
YoungLee-coder merged commit ae480ac into claude/fix-ci-checks Apr 1, 2026
3 checks passed
@YoungLee-coder
YoungLee-coder deleted the claude/recover-closed-branch branch April 1, 2026 03:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants