From e98f7777dcf10c1fae3e67771d7ebcc74e1cd7cb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com>
Date: Sat, 8 Oct 2022 19:36:01 +0100
Subject: [PATCH] fix: small link fix

---
 examples/web/react/app.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/web/react/app.tsx b/examples/web/react/app.tsx
index 39ba6f97..95f5f3d1 100644
--- a/examples/web/react/app.tsx
+++ b/examples/web/react/app.tsx
@@ -46,9 +46,9 @@ export const App: FC<AppProps> = ({ emulator, backgrounds = ["264653"] }) => {
         <div className="app">
             <Footer color={getBackground()}>
                 Built with ❤️ by{" "}
-                <a href="https://joao.me" target="_blank">
+                <Link href="https://joao.me" target="_blank">
                     João Magalhães
-                </a>
+                </Link>
             </Footer>
             <PanelSplit left={<div>This is the left panel</div>}>
                 <Title
-- 
GitLab