From e364bfd844fa0b8ace769af4d9ed5742108ec14c Mon Sep 17 00:00:00 2001 From: Christophe Chaudier <christophe@lydra.fr> Date: Wed, 16 Nov 2022 18:43:40 +0100 Subject: [PATCH] refactor: hello emoji at the end --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 1b33f83..8076919 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. -- GitLab