Skip to content

Commit

Permalink
Update social link class in OurTeam section
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave-lab12 committed Mar 15, 2024
1 parent 2f03062 commit 3442ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sections/OurTeam.astro
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const teams = await Astro.glob("../../content/team/*.md");
{position}
</p>
<div class="mt-3">
<a target="_blank" href={socialLink}>
<a target="_blank" href={socialLink} class="cursor-pointer">
<img
src="https://magazine.mindplex.ai/wp-content/plugins/mp-general/public/assets/linkedin.svg"
alt="Linkedin"
Expand Down

0 comments on commit 3442ee9

Please sign in to comment.