From 666979504a9f4073c344ed62debfb3fc0a56e521 Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Thu, 7 Nov 2024 15:24:16 +0300 Subject: [PATCH] Typo fixed, Update bio.js Typo in target="blank": In the anchor tag, the target attribute should use the standard value _blank, not blank. Fixed. --- src/templates/bio.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/bio.js b/src/templates/bio.js index 2b53619..76ee94f 100644 --- a/src/templates/bio.js +++ b/src/templates/bio.js @@ -93,12 +93,12 @@ export default ({ data }) => {
{frontmatter.report && ( - + Download the Report )} {frontmatter.spanishReport && ( - + Descarga el reporte en EspaƱol )}