forked from the-distro/floral.systems
name locked in
This commit is contained in:
parent
ec1f694cc3
commit
6dc8c7d614
|
@ -1,7 +1,7 @@
|
|||
<script>
|
||||
import "../main.css";
|
||||
globalThis.PKGS = "sproutpkgs";
|
||||
globalThis.DISTRO = "BloomOS";
|
||||
globalThis.PKGS = "petalpkgs";
|
||||
globalThis.DISTRO = "FleurixOS";
|
||||
</script>
|
||||
|
||||
<div class="flex flex-col text-blue-950">
|
||||
|
@ -19,8 +19,8 @@
|
|||
*:py-1 *:px-2 *:h-min *:bg-coral-100 *:rounded-md *:border-b-2 *:border-r-2 *:border-coral-200 text-blue-950
|
||||
*:hover:bg-coral-200 <-TODO-fix-that-hover"
|
||||
>
|
||||
<a href="#" class="no-link-style">Try {DISTRO}</a>
|
||||
<a href="#" class="no-link-style">Use {PKGS}</a>
|
||||
<a href="https://fleurixos.org" class="no-link-style">Try {DISTRO}</a>
|
||||
<a href="https://petalpkgs.org" class="no-link-style">Use {PKGS}</a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
|
Loading…
Reference in a new issue