Skip to content

Commit

Permalink
feat: gh skyline
Browse files Browse the repository at this point in the history
  • Loading branch information
wkylin committed Dec 20, 2024
1 parent b7fa021 commit 0ca41de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pages/layout/proHeader/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ const ProHeader = () => {
window.open('https://github.com/wkylin/pro-react-admin', '_blank')
}

const redirectWrapped = () => {
window.open('https://www.githubwrapped.io/wkylin', '_blank')
}

const items = [
{
key: '1',
Expand Down Expand Up @@ -87,6 +91,7 @@ const ProHeader = () => {
/>
<GithubOutlined style={{ fontSize: 16 }} onClick={redirectGithub} />
<Fullscreen />
<GithubOutlined style={{ fontSize: 16 }} onClick={redirectWrapped} />
<LanguageSwitcher />
</Space>

Expand Down
Binary file added wkylin-2024-github-skyline.stl
Binary file not shown.

0 comments on commit 0ca41de

Please sign in to comment.