Skip to content

Commit

Permalink
labels added
Browse files Browse the repository at this point in the history
  • Loading branch information
harith-hacky03 committed Jan 10, 2024
1 parent 1a66e95 commit 5192d42
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ const SingleMentors = ({ mentor }) => {
<hr />
<div className="mentor__social_wrapper">
<a href={mentor?.twitter} target="_blank" rel="noopener noreferrer">
<svg

<svg aria-label="Twitter"
stroke="currentColor"
fill="currentColor"
stroke-width="0"
Expand All @@ -37,7 +38,7 @@ const SingleMentors = ({ mentor }) => {
target="_blank"
rel="noopener noreferrer"
>
<svg
<svg aria-label="LinkedIn"
stroke="currentColor"
fill="currentColor"
stroke-width="0"
Expand Down

0 comments on commit 5192d42

Please sign in to comment.