Skip to content

Commit

Permalink
fix: исправить открытие ссылок соцсетей на странице авторов
Browse files Browse the repository at this point in the history
  • Loading branch information
MADeit0 committed Aug 18, 2024
1 parent 20ec335 commit 07851a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/author-page/overview/overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ export const AuthorOverview: React.FC<IAuthorOverview> = (props) => {
size="s"
border='bottom-left'
href={item.link}
target='_blank'
rel='noopener noreferrer'
icon={(
<Icon
glyph="arrow-right"
Expand Down

0 comments on commit 07851a6

Please sign in to comment.