Skip to content

Commit

Permalink
fix: github rounded button
Browse files Browse the repository at this point in the history
  • Loading branch information
asafkorem committed Nov 4, 2024
1 parent f92a25a commit 5353a8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ export default function Home() {
href="https://github.com/yourusername/git-spotlight"
target="_blank"
rel="noopener noreferrer"
className="inline-flex items-center gap-2.5 px-4 py-2 rounded-lg
className="inline-flex items-center gap-2.5 px-4 py-2 rounded-full
bg-[#21262d] hover:bg-[#30363d]
border border-[#30363d] hover:border-[#8b949e]
transition-all duration-200 ease-in-out group
text-[#c9d1d9] hover:text-white rounded"
text-[#c9d1d9] hover:text-white"
>
<img
src="/github.svg"
Expand Down

0 comments on commit 5353a8a

Please sign in to comment.