Skip to content

Commit

Permalink
fix: better look of github stars button
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeocodes committed Mar 14, 2024
1 parent 382cbf1 commit e67f35a
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,27 +35,18 @@ export default function Home() {
</a>
</div>
<div className="flex items-center gap-6 text-sm">
<span className="mt-2">
<span className="mt-1">
<GitHubButton
href="https://github.com/deepgram-devs/deepgram-conversational-demo"
data-color-scheme="no-preference: light; light: light; dark: light;"
data-size="large"
data-show-count="true"
aria-label="Star deepgram-devs/deepgram-conversational-demo on GitHub"
>
Star
</GitHubButton>
</span>

{/* <span className="bg-white rounded">
<a
href="https://github.com/deepgram-devs/deepgram-conversational-demo"
target="_blank"
className="hidden sm:inline-block bg-white text-black rounded m-px px-4 py-2 font-semibold"
>
View the code
</a>
</span> */}

<span className="gradient-shadow bg-gradient-to-r to-[#13EF93]/50 from-[#149AFB]/80 rounded">
<a
href="https://console.deepgram.com/signup?jump=keys"
Expand Down

0 comments on commit e67f35a

Please sign in to comment.