Skip to content

Commit

Permalink
Merge pull request #47 from codediaz/feature/target-blank
Browse files Browse the repository at this point in the history
Feature: Modified links to open in a new tab
  • Loading branch information
bjgavilanes authored Oct 17, 2024
2 parents cb69a5b + 5986a33 commit ee787b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/mentors.astro
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import Layout from '../layouts/Layout.astro';
<h3 class="font-bold">{mentor.name}</h3>
<p class="text-center">{mentor.description}</p>
<div class="socials flex flex-row gap-4 order-2">
<a href={mentor.linkedin}>
<a href={mentor.linkedin} target="_blank" >
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#000"><path d="M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0zM8.951 9.404H6.165V17.5H8.95V9.404zm6.841-.192c-1.324 0-1.993.629-2.385 1.156l-.127.181V9.403h-2.786l.01.484c.006.636.007 1.748.005 2.93l-.015 4.683h2.786v-4.522c0-.242.018-.484.092-.657.202-.483.66-.984 1.43-.984.955 0 1.367.666 1.408 1.662l.003.168V17.5H19v-4.643c0-2.487-1.375-3.645-3.208-3.645zM7.576 5.5C6.623 5.5 6 6.105 6 6.899c0 .73.536 1.325 1.378 1.392l.18.006c.971 0 1.577-.621 1.577-1.398C9.116 6.105 8.53 5.5 7.576 5.5z"/></svg>
</a>
<a href={`mailto:${mentor.mail}`}>
Expand Down

0 comments on commit ee787b9

Please sign in to comment.