Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Apr 25, 2024
1 parent 0035535 commit 4883119
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import Link from 'next/link'
import { usePathname } from 'next/navigation'

import { Tabs, TabsList, TabsTrigger } from '@/components/ui/tabs'
import { IconGitHub } from '@/components/ui/icons'

export default function GitTabsHeader() {
const pathname = usePathname()
Expand All @@ -17,7 +18,7 @@ export default function GitTabsHeader() {
<Link href="/settings/repository/git">Git</Link>
</TabsTrigger>
<TabsTrigger value="github" asChild>
<Link href="/settings/repository/github">GitHub</Link>
<Link href="/settings/repository/github"><IconGitHub /><span className='ml-2'>GitHub</span></Link>
</TabsTrigger>
</TabsList>
</div>
Expand Down

0 comments on commit 4883119

Please sign in to comment.