-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: prefetch false on product cards
- Loading branch information
Showing
7 changed files
with
26 additions
and
36 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 |
---|---|---|
|
@@ -5,32 +5,32 @@ export function Footer() { | |
<div className="bg-black text-white"> | ||
<div className="max-w-container-md mx-auto flex w-full flex-col justify-between px-4 xl:px-0"> | ||
<header className="flex justify-end gap-4 pt-8"> | ||
<Link prefetch={false} target="_blank" href={"https://www.facebook.com/blazity/"} aria-label="Facebook link"> | ||
<a rel="noreferrer" target="_blank" href={"https://www.facebook.com/blazity/"} aria-label="Facebook link"> | ||
<FacebookIcon className="text-white" /> | ||
</Link> | ||
</a> | ||
|
||
<Link prefetch={false} target="_blank" href={"https://twitter.com/blazity"} aria-label="Twitter link"> | ||
<a rel="noreferrer" target="_blank" href={"https://twitter.com/blazity"} aria-label="Twitter link"> | ||
<TwitterIcon className="text-white" /> | ||
</Link> | ||
</a> | ||
|
||
<Link prefetch={false} target="_blank" href={"https://www.instagram.com/blazitysoftware/"} aria-label="Instagram link"> | ||
<a rel="noreferrer" target="_blank" href={"https://www.instagram.com/blazitysoftware/"} aria-label="Instagram link"> | ||
<InstagramIcon className="text-white" /> | ||
</Link> | ||
</a> | ||
|
||
<Link prefetch={false} target="_blank" href={"https://www.linkedin.com/company/blazity"} aria-label="Linkedin link"> | ||
<a rel="noreferrer" target="_blank" href={"https://www.linkedin.com/company/blazity"} aria-label="Linkedin link"> | ||
<LinkedinIcon className="text-white" /> | ||
</Link> | ||
</a> | ||
|
||
<Link prefetch={false} target="_blank" href={"https://www.youtube.com/channel/UCYDeWaSWiOHn_lUHY-u1VYw/videos"} aria-label="Youtube link"> | ||
<a rel="noreferrer" target="_blank" href={"https://www.youtube.com/channel/UCYDeWaSWiOHn_lUHY-u1VYw/videos"} aria-label="Youtube link"> | ||
<YoutubeIcon className="text-white" /> | ||
</Link> | ||
</a> | ||
</header> | ||
<main className="py-32"> | ||
<Link href="https://v0.dev/" target="_blank"> | ||
<a href="https://v0.dev/" rel="noreferrer" target="_blank"> | ||
<span className="focus:ring-ring mb-4 inline-flex w-fit items-center whitespace-nowrap rounded-full border border-transparent bg-white px-2.5 py-0.5 text-xs font-semibold text-black transition-colors focus:outline-none focus:ring-2 focus:ring-offset-2"> | ||
Designed by v0 | ||
Designed with v0 | ||
</span> | ||
</Link> | ||
</a> | ||
<p className="text-3xl font-bold">Missing feature? </p> | ||
<p className="mt-1 text-xl"> | ||
<a className="p-1 underline" href="mailto:[email protected]"> | ||
|
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
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
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