generated from Fascinated/nextjs-13-template-with-tailwindcss
move the site src text to be more hidden
This commit is contained in:
parent
cfdda1b57a
commit
d310b3c788
@ -62,19 +62,21 @@ export default function Home() {
|
||||
);
|
||||
})}
|
||||
</div>
|
||||
|
||||
{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
|
||||
</a>
|
||||
</h1>
|
||||
)}
|
||||
</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"
|
||||
>
|
||||
Website Source
|
||||
</a>
|
||||
</h1>
|
||||
)}
|
||||
</div>
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user