Skip to content

Commit

Permalink
feat: open TSC members social links in a new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Olaleye-Blessing committed Apr 13, 2023
1 parent c06d533 commit f6b55c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pages/community/tsc.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ function UserInfo({ user }) {
<a
href={user.github}
className="text-gray-600 hover:text-gray-500"
target="_blank"
rel="noreferrer noopener"
>
<span className="sr-only">GitHub</span>
<GithubSVG />
Expand All @@ -168,6 +170,8 @@ function UserInfo({ user }) {
<a
href={user.twitter}
className="text-gray-600 hover:text-gray-500"
target="_blank"
rel="noreferrer noopener"
>
<span className="sr-only">Twitter</span>
<TwitterSVG />
Expand All @@ -179,6 +183,8 @@ function UserInfo({ user }) {
<a
href={user.linkedin}
className="text-gray-600 hover:text-gray-500"
target="_blank"
rel="noreferrer noopener"
>
<span className="sr-only">LinkedIn</span>
<LinkedInSVG />
Expand Down

0 comments on commit f6b55c0

Please sign in to comment.