Created
May 28, 2024 12:35
-
-
Save juanjovn/3a249c91ddfbe051c79ce985e037a513 to your computer and use it in GitHub Desktop.
Built with ShipFast badge
This file contains hidden or 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
const BuiltWithShipFast = () => { | |
return ( | |
<a className="inline-block mt-4 text-sm border border-base-content/20 hover:border-base-content/40 hover:text-base-content/90 hover:bg-base-300 duration-200 cursor-pointer rounded text-base-content/80 px-2 py-1" href="https://shipfa.st/?via=YOUR_AFFILIATE_HERE" target="_blank"> | |
<div className="flex gap-1 items-center"> | |
<span>Built with</span> | |
<span className="font-bold text-base-content flex gap-0.5 items-center tracking-tight"> | |
<img alt="ShipFast logo" fetchPriority="high" width="20" height="20" decoding="async" className="w-5 h-5" style={{ | |
color: "transparent" | |
}} src="/shipfast_logo_transparent.webp" /> | |
ShipFast | |
</span> | |
</div> | |
</a> | |
) | |
} | |
export default BuiltWithShipFast; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Download the ShipFast logo
shipfast_logo_transparent.webp
from the Footer on shipfa.st and paste it on your /public folder