name locked in

This commit is contained in:
mei (ckie) 2024-10-05 19:33:40 +03:00
parent ec1f694cc3
commit 6dc8c7d614
Signed by: ckie
GPG key ID: 13E79449C0525215

View file

@ -1,7 +1,7 @@
<script> <script>
import "../main.css"; import "../main.css";
globalThis.PKGS = "sproutpkgs"; globalThis.PKGS = "petalpkgs";
globalThis.DISTRO = "BloomOS"; globalThis.DISTRO = "FleurixOS";
</script> </script>
<div class="flex flex-col text-blue-950"> <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 *: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" *:hover:bg-coral-200 <-TODO-fix-that-hover"
> >
<a href="#" class="no-link-style">Try {DISTRO}</a> <a href="https://fleurixos.org" class="no-link-style">Try {DISTRO}</a>
<a href="#" class="no-link-style">Use {PKGS}</a> <a href="https://petalpkgs.org" class="no-link-style">Use {PKGS}</a>
</div> </div>
</div> </div>
</nav> </nav>