Skip to content

Commit 6a35bf2

Browse files
author
Andrei
committed
Github message
1 parent 146842a commit 6a35bf2

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

app/page.tsx

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,15 @@ export default function Home() {
4545
<span className="sr-only">Twitter</span>
4646
</Button>
4747
</Link>
48-
<Link href="https://github.com/itzcodex24/rechrome" target="_blank" rel="noopener noreferrer">
49-
<Button variant="ghost" size="icon" className="h-8 w-8">
50-
<FaGithub className="h-4 w-4" />
51-
<span className="sr-only">GitHub</span>
52-
</Button>
53-
</Link>
48+
<div className="flex items-center gap-x-2">
49+
<Link href="https://github.com/itzcodex24/rechrome" target="_blank" rel="noopener noreferrer">
50+
<Button variant="ghost" size="icon" className="h-8 w-8">
51+
<FaGithub className="h-4 w-4" />
52+
<span className="sr-only">GitHub</span>
53+
</Button>
54+
</Link>
55+
<h1 className="text-white/80 font-light">Please leave a ⭐</h1>
56+
</div>
5457
</div>
5558
</div>
5659
</footer>

0 commit comments

Comments
 (0)