From 061cec876eceb0b88abe79f8d23dfa53b084f4f0 Mon Sep 17 00:00:00 2001 From: Ayo Date: Thu, 10 Nov 2022 20:11:15 +0100 Subject: [PATCH] chore: test commit for auto deploy --- apps/landing-page/src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/landing-page/src/pages/index.astro b/apps/landing-page/src/pages/index.astro index f1a5b3c..4dc5186 100644 --- a/apps/landing-page/src/pages/index.astro +++ b/apps/landing-page/src/pages/index.astro @@ -9,7 +9,7 @@ import Starfield from "~/components/starfield.astro"; const { site } = Astro; const image = new URL("social.jpg", site); const description = - "Library of components and utilities for building reactive web applications with Astro 🚀"; + "Library of components and utilities for building reactive user interfaces with Astro"; ---