-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
79ede50
commit 2dfdaa5
Showing
2 changed files
with
40 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
import { HeartIcon } from "@heroicons/react/20/solid"; | ||
import classNames from "../lib/classNames"; | ||
|
||
export default function SponsorButton() { | ||
return ( | ||
<a | ||
target="_blank" | ||
rel="noopener noreferrer" | ||
href="https://github.com/sponsors/albingroen" | ||
className={classNames( | ||
"text-center w-full select-none font-medium rounded-md py-2 px-4 text-sm relative disabled:opacity-50 flex items-center justify-center gap-2", | ||
"focus:outline-none focus-visible:ring-1", | ||
"bg-gray-900 hover:bg-gray-700 text-white focus-visible:ring-white focus-visible:bg-gray-700", | ||
"dark:bg-white dark:hover:bg-neutral-200 dark:text-black dark:focus-visible:ring-white dark:focus-visible:bg-neutral-200" | ||
)} | ||
> | ||
<span>Sponsor the developer</span> | ||
<HeartIcon className="w-4 text-red-500" /> | ||
</a> | ||
); | ||
} |
2dfdaa5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
prismabuilder-io – ./
prismabuilder-io-git-main-albingroen1.vercel.app
prismabuilder-io.vercel.app
www.prismabuilder.io
prismabuilder-io-albingroen1.vercel.app
prismabuilder.io