Skip to content

Commit c1c08a3

Browse files
committed
feat: add github logo
1 parent ce48289 commit c1c08a3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/components/ui/header.tsx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,21 @@ export function Header({ darkMode, toggleDarkMode, scrolled, heroVisible }: Head
2929
</div>
3030

3131
<div className="flex items-center gap-4">
32+
{/* GitHub Repository Link */}
33+
<a
34+
href="https://github.com/yogeshpaliyal/awesome-android-tooling"
35+
target="_blank"
36+
rel="noopener noreferrer"
37+
className="p-2 rounded-md hover:bg-muted transition-colors flex items-center justify-center"
38+
title="View on GitHub"
39+
aria-label="View project on GitHub"
40+
>
41+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className="lucide lucide-github">
42+
<path d="M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4"></path>
43+
<path d="M9 18c-4.51 2-5-2-7-2"></path>
44+
</svg>
45+
</a>
46+
3247
{/* Submit Tool Button - Outline Style */}
3348
<a
3449
href="https://github.com/yogeshpaliyal/awesome-android-tooling/blob/master/CONTRIBUTING.md"

0 commit comments

Comments
 (0)