Skip to content

Commit

Permalink
Hotfix opening links in browser
Browse files Browse the repository at this point in the history
  • Loading branch information
somebody1234 committed Aug 22, 2024
1 parent 6261018 commit e6ab229
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/dashboard/src/components/Link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ function Link(props: LinkProps, ref: React.ForwardedRef<HTMLAnchorElement>) {
<aria.Link
ref={ref}
href={to}
{...(openInBrowser && { target: '_blank' })}
rel="noopener noreferrer"
className={twMerge(
'flex items-center gap-auth-link rounded-full px-auth-link-x py-auth-link-y text-center text-xs font-bold text-blue-500 transition-all duration-auth hover:text-blue-700 focus:text-blue-700',
Expand Down

0 comments on commit e6ab229

Please sign in to comment.