Skip to content

Commit

Permalink
github link
Browse files Browse the repository at this point in the history
  • Loading branch information
rawand-faraidun committed Feb 20, 2024
1 parent a4cea62 commit 30a9fc3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/client/src/components/App/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import { Link } from 'react-router-dom'
import { FiGithub } from 'react-icons/fi'
import { Button } from '../ui/button'
import Logo from './Logo'
import Theme from './Theme'

Expand All @@ -14,7 +17,12 @@ const Header = () => {
<Logo className="h-8" />
</div>

<div>
<div className="flex items-center gap-2">
<Link to="https://github.com/rawand-faraidun/linguify" target="_blank">
<Button variant="ghost" className="p-2">
<FiGithub className="w-6 h-6" />
</Button>
</Link>
<Theme />
</div>
</div>
Expand Down

0 comments on commit 30a9fc3

Please sign in to comment.