From 9bff61e367f79db4911263e37ead31adde599b71 Mon Sep 17 00:00:00 2001 From: Nikita Revenco <154856872+NikitaRevenco@users.noreply.github.com> Date: Wed, 11 Dec 2024 04:54:25 +0000 Subject: [PATCH] feat: use emoji favicon --- astro.config.mjs | 2 +- public/favicon.svg | 4 +++- src/content/docs/index.mdx | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 944c7ba..ef1b01e 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -30,7 +30,7 @@ export default defineConfig({ }, integrations: [ starlight({ - title: "Helix Golf", + title: "Helix Golf ⛳", social: { github: "https://github.com/nikitarevenco/helix-golf", }, diff --git a/public/favicon.svg b/public/favicon.svg index cba5ac1..3ee5ad0 100644 --- a/public/favicon.svg +++ b/public/favicon.svg @@ -1 +1,3 @@ - \ No newline at end of file + + + diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index de8de4c..858cf82 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -6,7 +6,7 @@ hero: tagline: Refactoring Examples for the Helix Editor image: alt: Helix logo - html: Playing golf illustration + html: Playing golf illustration actions: - text: View on GitHub link: https://github.com/nikitarevenco/helix-golf