Update page.tsx

This commit is contained in:
MacRimi 2025-02-16 16:41:59 +01:00 committed by GitHub
parent 3e921504d3
commit 299051ec2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,14 +31,14 @@ export default function IntroductionPage() {
<br /> <br />
For additional Proxmox-related information, including guides, official For additional Proxmox-related information, including guides, official
documentation, forums, and discussions, visit the{" "} documentation, forums, and discussions, visit the{" "}
<br />
<br />
<br />
<br />
<Link href="/guides" className="text-blue-500 hover:underline"> <Link href="/guides" className="text-blue-500 hover:underline">
Guides Guides
</Link>{" "} </Link>{" "}
section. section.
<br />
<br />
<br />
<br />
</p> </p>
</div> </div>
) )