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>
<div className="absolute bottom-0 right-0 mb-5 mr-5">
{Config.options.showSourceLink && ( {Config.options.showSourceLink && (
<h1 className="mt-5 text-blue-300"> <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"
> >
View the website source here Website Source
</a> </a>
</h1> </h1>
)} )}
</div> </div>
</div>
</main> </main>
); );
} }