diff --git a/src/pages/index.astro b/src/pages/index.astro index 412cc4a775ef271571a1a2c6407b58f1441aa263..1b33f8394751ef2b47d1e76c72346a7eb2d95100 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -5,7 +5,7 @@ import Card from '../components/Card.astro'; <Layout title="Welcome to Astro."> <main> - <h1>Welcome to <span class="text-gradient">Astro</span></h1> + <h1>👋 Welcome to <span class="text-gradient">Astro</span></h1> <p class="instructions"> To get started, open the directory <code>src/pages</code> in your project.<br /> <strong>Code Challenge:</strong> Tweak the "Welcome to Astro" message above.