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"> <div className="absolute bottom-0 right-0 mb-5 mr-5">
{options.showSourceLink && ( {options.showSourceLink && (
<h1 className="mt-5 text-blue-300">
<a <a
href="https://git.fascinated.cc/Fascinated/simple-links" href="https://git.fascinated.cc/Fascinated/simple-links"
target="_blank" target="_blank"
className="mt-5 text-blue-300"
> >
Website Source Website Source
</a> </a>
</h1>
)} )}
</div> </div>
</main> </main>