Skip to content

Commit

Permalink
feat: use emoji favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
nik-rev committed Dec 11, 2024
1 parent 7cd3b31 commit 9bff61e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default defineConfig({
},
integrations: [
starlight({
title: "Helix Golf",
title: "Helix Golf",
social: {
github: "https://github.com/nikitarevenco/helix-golf",
},
Expand Down
4 changes: 3 additions & 1 deletion public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hero:
tagline: Refactoring Examples for the <a href="https://github.com/helix-editor/helix">Helix Editor</a>
image:
alt: Helix logo
html: <img alt="Playing golf illustration" height="200px" src="/golf.svg" style="margin:auto;"></img>
html: <img alt="Playing golf illustration" height="200px" src="/helix-golf/golf.svg" style="margin:auto;"></img>
actions:
- text: View on GitHub
link: https://github.com/nikitarevenco/helix-golf
Expand Down

0 comments on commit 9bff61e

Please sign in to comment.