Skip to content

Commit

Permalink
Alerts copy
Browse files Browse the repository at this point in the history
  • Loading branch information
abs committed Sep 16, 2024
1 parent 6dfe1b1 commit a2921be
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion storefront/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import AppBody from "./ui/AppBody";
const App = () => {
return (
<MetaProvider>
<Title>Supafana | Observability for Supabase</Title>
<Title>Supafana | Observability and Alerts for Supabase</Title>
<ErrorBoundary FallbackComponent={ErrorPageFallback}>
<AppBody />
</ErrorBoundary>
Expand Down
2 changes: 1 addition & 1 deletion storefront/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import WhySupafana from "../ui/landing/why-supafana.astro";
import Yc from "../ui/landing/yc.astro";
---

<Main meta={{ title: "Metrics and observability for Supabase" }}>
<Main meta={{ title: "Metrics, observability, and alerting for Supabase" }}>
<Hero />
<WhySupafana />
{/* <Scaling /> */}
Expand Down
6 changes: 3 additions & 3 deletions storefront/src/ui/landing/features.astro
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,11 @@ import { FaInternetExplorer as Intranet } from "react-icons/fa";
</div>
<div class="flex flex-col gap-2">
<h3 class="m-0 font-bold leading-5text-white">
Alerts <sub class="text-pink-500 uppercase text-[8px]">coming soon</sub>
Alerts <sub class="text-pink-500 uppercase text-[8px]">new</sub>
</h3>
<p class="m-0 leading-6 opacity-70">
Supafana observability instances come pre-configured with a working SMTP setup, ready for
Grafana Alerting. Alerting!
Supafana observability instances come pre-configured with email alerts for high CPU, low
RAM, low disk space, and high connection count.
</p>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions storefront/src/ui/landing/hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ import Caption from "./caption.astro";
<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>
<HeroText variant="large">Observability and Alerts for&nbsp;Supabase</HeroText>
<Caption>
Hosted Grafana &amp; Prometheus observability stack for <a
Hosted Grafana &amp; Prometheus metrics and alerting stack for <a
class="underline"
href="https://supabase.com">Supabase</a
>
Expand Down

0 comments on commit a2921be

Please sign in to comment.