From 5986a338499507f2391a6a87c14f63302ef45fff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20D=C3=ADaz?= Date: Wed, 16 Oct 2024 16:47:50 -0500 Subject: [PATCH] Feature: Modified links to open in a new tab - Added target="_blank" attribute to links. --- src/pages/mentors.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/mentors.astro b/src/pages/mentors.astro index f670550..9b611d6 100644 --- a/src/pages/mentors.astro +++ b/src/pages/mentors.astro @@ -28,7 +28,7 @@ import Layout from '../layouts/Layout.astro';

{mentor.name}

{mentor.description}

- +