Skip to content

Commit

Permalink
[FIX] Clean up confusing language for icons docs
Browse files Browse the repository at this point in the history
  • Loading branch information
louisescher committed Sep 10, 2024
1 parent 45f7f0b commit 8c23442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ title: "[rocket] Above and beyond"
:::

:::note
This will add the icon in the sidebar and on the site's title. To avoid putting it next to the title of the site itself, speficy the icon as such:
This will add the icon in the sidebar and on the site's header. To avoid putting it next to the header of the site itself, speficy the icon as such:
```md title="example.md" "[rocket]"
---
title: "Above and beyond"
Expand All @@ -227,7 +227,7 @@ title: "[rocket] Above and beyond"
# ...
---
```
This will only add the icon to the sidebar, not the title.
This will only add the icon to the sidebar, not the header.
:::
import HeaderBadge from '@/components/HeaderBadge.astro';
Expand Down

0 comments on commit 8c23442

Please sign in to comment.