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"] }) => { ...@@ -46,9 +46,9 @@ export const App: FC<AppProps> = ({ emulator, backgrounds = ["264653"] }) => {
<div className="app"> <div className="app">
<Footer color={getBackground()}> <Footer color={getBackground()}>
Built with ❤️ by{" "} Built with ❤️ by{" "}
<a href="https://joao.me" target="_blank"> <Link href="https://joao.me" target="_blank">
João Magalhães João Magalhães
</a> </Link>
</Footer> </Footer>
<PanelSplit left={<div>This is the left panel</div>}> <PanelSplit left={<div>This is the left panel</div>}>
<Title <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