Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
djobbo authored Oct 11, 2023
1 parent 97b0900 commit 05fe303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/base/AppLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const AppLink = ({ href, children, ...props }: AppLinkProps) => {
href={href}
{...props}
rel={props.target === "_blank" ? "noreferrer" : undefined}
prefech={false}
prefetch={false}
>
{children}
</Link>
Expand Down

1 comment on commit 05fe303

@vercel
Copy link

@vercel vercel bot commented on 05fe303 Oct 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.