Skip to content
Snippets Groups Projects
Verified Commit e98f7777 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fix: small link fix

parent fde73f07
No related branches found
No related tags found
No related merge requests found
Pipeline #1292 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment