more cleanup
All checks were successful
Publish Docker Image / docker (push) Successful in 2m9s

This commit is contained in:
Lee 2023-07-10 04:13:04 +01:00
parent d604ab441c
commit 926909b9bb

@ -112,14 +112,13 @@ export default function Home() {
<div className="absolute bottom-0 right-0 mb-5 mr-5">
{options.showSourceLink && (
<h1 className="mt-5 text-blue-300">
<a
href="https://git.fascinated.cc/Fascinated/simple-links"
target="_blank"
className="mt-5 text-blue-300"
>
Website Source
</a>
</h1>
)}
</div>
</main>