diff --git a/examples/web/react/app.tsx b/examples/web/react/app.tsx index 39ba6f9760a85431abf6866824f2ac2bdb0ca35b..95f5f3d106d4546e5caebb733fc5ba35386961a7 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