move the site src text to be more hidden

This commit is contained in:
Lee 2023-07-02 20:09:05 +01:00
parent cfdda1b57a
commit d310b3c788

@ -62,19 +62,21 @@ export default function Home() {
);
})}
</div>
</div>
</div>
<div className="absolute bottom-0 right-0 mb-5 mr-5">
{Config.options.showSourceLink && (
<h1 className="mt-5 text-blue-300">
<a
href="https://git.fascinated.cc/Fascinated/simple-links"
target="_blank"
>
View the website source here
Website Source
</a>
</h1>
)}
</div>
</div>
</main>
);
}