From 5aa166bbfd36838fc9f863ac2ff7839891b28633 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Fri, 10 Oct 2025 15:12:48 +0200 Subject: [PATCH] Open links in same tab --- web/pages/organization.tsx | 2 +- web/pages/social.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/pages/organization.tsx b/web/pages/organization.tsx index 681c83e2..b6cb0d82 100644 --- a/web/pages/organization.tsx +++ b/web/pages/organization.tsx @@ -10,7 +10,7 @@ export const Block = (props: { + > {content} ; diff --git a/web/pages/social.tsx b/web/pages/social.tsx index 53485bbb..d57eeffc 100644 --- a/web/pages/social.tsx +++ b/web/pages/social.tsx @@ -11,7 +11,7 @@ export const Block = (props: { + > {content} ;