Skip to content

Commit

Permalink
added more prefetch intent shenanigans
Browse files Browse the repository at this point in the history
  • Loading branch information
parchinski committed Oct 24, 2024
1 parent 88ced88 commit a73c913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/about-us.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default function AboutUs() {
<ul className="flex flex-wrap justify-center gap-4">
{NAV_LINKS.map(link => (
<li key={link.id}>
<Link to={link.href}>
<Link to={link.href} prefetch="intent">
<Button
variant="outline"
className="border-2 bg-background hover:bg-brandGold text-lg hover:text-background border-brandGold text-brandGold rounded-full p-4"
Expand Down

0 comments on commit a73c913

Please sign in to comment.