Skip to content

Commit

Permalink
Merge pull request #553 from Studio-Yandex-Practicum/fix/author-page
Browse files Browse the repository at this point in the history
fix: исправить открытие ссылок соцсетей на странице авторов
  • Loading branch information
AntonZelinsky authored Aug 24, 2024
2 parents 20ec335 + 07851a6 commit e2a4ff3
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 e2a4ff3

Please sign in to comment.