Skip to content

Commit

Permalink
fix target blank
Browse files Browse the repository at this point in the history
  • Loading branch information
docimin committed Aug 23, 2024
1 parent 303a805 commit f9631e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/[locale]/(user)/user/[profileUrl]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ const ListSocialItem = ({ IconComponent, userData, link }) => (
<Link
href={link}
className="relative flex items-center space-x-4 py-4 px-2"
target={'_blank'}
>
<div className={'min-w-0 flex-auto'}>
<div className="flex items-center gap-x-3">
Expand Down

0 comments on commit f9631e6

Please sign in to comment.