Skip to content

Commit

Permalink
Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
abs committed Aug 30, 2024
1 parent 7eb3b1a commit 3c9f31f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion storefront/src/ui/landing/hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ import Caption from "./caption.astro";
>
</div>
<div class="z-50 flex flex-col items-center justify-center gap-5 px-6 text-center lg:gap-6">
<SupafanaTextLogo className="w-40 md:w-[200px]" />
<div class="w-40 md:w-[200px] relative">
<code class="absolute -rotate-12 font-bold text-pink-500 -end-10 -top-2">BETA</code>
<SupafanaTextLogo className="w-40 md:w-[200px]" />
</div>
<HeroText variant="large">Observability for Supabase</HeroText>
<Caption>
Hosted Grafana &amp; Prometheus observability stack for <a
Expand Down

0 comments on commit 3c9f31f

Please sign in to comment.