diff --git a/src/pages/index.astro b/src/pages/index.astro index 1b33f8394751ef2b47d1e76c72346a7eb2d95100..807691920b032400757b3dac65896e093739bb68 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.