mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-05-04 10:33:47 +01:00
fix(website): navigation links
This commit is contained in:
parent
3621f7a832
commit
6088a2ce0d
3 changed files with 7 additions and 7 deletions
|
@ -48,8 +48,8 @@
|
|||
<a {href} class="hover:bg-card/50 flex h-10 items-center rounded px-3">{text}</a>
|
||||
{/snippet}
|
||||
|
||||
{@render item("/docs", "Documentation")}
|
||||
{@render item("/policies", "Policies")}
|
||||
{@render item("https://docs.pesde.daimond113.com/", "Documentation")}
|
||||
{@render item("https://docs.pesde.daimond113.com/registry/policies", "Policies")}
|
||||
</div>
|
||||
<div class="flex items-center py-5">
|
||||
<a href="https://github.com/daimond113/pesde" target="_blank" rel="noreferrer noopener">
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
</div>
|
||||
<div class="[&_a:hover]:text-heading hidden items-center space-x-6 sm:flex [&_a]:transition">
|
||||
<nav class="flex items-center space-x-6 font-medium">
|
||||
<a href="/docs">Docs</a>
|
||||
<a href="/policies">Policies</a>
|
||||
<a href="https://docs.pesde.daimond113.com/">Docs</a>
|
||||
<a href="https://docs.pesde.daimond113.com/registry/policies">Policies</a>
|
||||
</nav>
|
||||
|
||||
<a href="https://github.com/daimond113/pesde" target="_blank" rel="noreferrer noopener">
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
</script>
|
||||
|
||||
<section class="mx-auto max-w-screen-lg px-4 py-32">
|
||||
<h1 class="mb-3 text-2xl font-semibold text-heading md:mb-6 md:text-4xl lg:text-5xl">
|
||||
<h1 class="text-heading mb-3 text-2xl font-semibold md:mb-6 md:text-4xl lg:text-5xl">
|
||||
Manage your packages<br />
|
||||
<span class="sr-only"> for Luau</span>
|
||||
<span class="text-primary" aria-hidden="true">
|
||||
|
@ -82,8 +82,8 @@
|
|||
</p>
|
||||
|
||||
<a
|
||||
href="/docs/get-started"
|
||||
class="inline-flex h-10 items-center rounded bg-primary-bg px-4 font-semibold text-primary-fg transition hover:bg-primary-hover md:h-11 md:px-5"
|
||||
href="https://docs.pesde.daimond113.com/"
|
||||
class="bg-primary-bg text-primary-fg hover:bg-primary-hover inline-flex h-10 items-center rounded px-4 font-semibold transition md:h-11 md:px-5"
|
||||
>
|
||||
Get Started
|
||||
</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue