Added an anchor

This commit is contained in:
mikwee 2021-11-23 13:47:26 +02:00
parent 4afa0591c3
commit 4c2de13114
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ function App() {
return res;
})}
</div>
<footer style={{color: "white"}}>Made with LinkRoots</footer>
<footer style={{color: "white"}}>Made with <a>LinkRoots</a></footer>
</div>
);
}