We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b77b5c + 329dc16 commit e15a8a1Copy full SHA for e15a8a1
1 file changed
src/components/layout/Navbar.tsx
@@ -100,16 +100,19 @@ export const Navbar = ({
100
</a>
101
))}
102
<GitHubLoginButton onBeforeSignIn={() => setIsMenuOpen(false)} />
103
- <a
104
- href="https://github.com/BeyteFlow/ReadmeGenAI"
105
- target="_blank"
106
- rel="noopener noreferrer"
107
- className="w-full"
+ <Button
+ asChild
+ variant="primary"
+ className="mt-4 w-full justify-center"
108
>
109
- <Button variant="primary" className="mt-4 w-full justify-center">
+ <a
+ href="https://github.com/BeyteFlow/ReadmeGenAI"
110
+ target="_blank"
111
+ rel="noopener noreferrer"
112
+ >
113
<Github size={18} /> Star our Repo
- </Button>
- </a>
114
+ </a>
115
+ </Button>
116
</div>
117
)}
118
</nav>
0 commit comments