diff options
Diffstat (limited to 'src/pages')
-rw-r--r-- | src/pages/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index f630e04..c00cf55 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -13,7 +13,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts'; <body> <Header title={SITE_TITLE} /> <main> - <h1>🧑🚀 Hello, Astronaut Aero New!</h1> + <h1>🧑🚀 Hello, Astronauts Sashi and Akshay!</h1> <p> Welcome to the official <a href="https://astro.build/">Astro</a> blog starter template. This template serves as a lightweight, minimally-styled starting point for anyone looking to build |