diff options
author | Christian Oliff | 2025-01-07 07:50:17 +0900 |
---|---|---|
committer | GitHub | 2025-01-06 23:50:17 +0100 |
commit | 9d37d4008e529c90e6136f87d47ca438f4ba27c7 (patch) | |
tree | 091da476e34f5c5a2eb910bc8664035d5b63a95a | |
parent | 0e169c9fd9fbfc16d86225db6b00448edf39ffad (diff) | |
download | IT.starlight-9d37d4008e529c90e6136f87d47ca438f4ba27c7.tar.gz IT.starlight-9d37d4008e529c90e6136f87d47ca438f4ba27c7.tar.bz2 IT.starlight-9d37d4008e529c90e6136f87d47ca438f4ba27c7.zip |
docs: implementation typo fix on CHANGELOG (#2737)
-rw-r--r-- | packages/starlight/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/starlight/CHANGELOG.md b/packages/starlight/CHANGELOG.md index 1648b8ed..ff966cda 100644 --- a/packages/starlight/CHANGELOG.md +++ b/packages/starlight/CHANGELOG.md @@ -640,7 +640,7 @@ - [#1837](https://github.com/withastro/starlight/pull/1837) [`a33a1223`](https://github.com/withastro/starlight/commit/a33a12231772c1dc4b7cc2db3477a6802f3ef53e) Thanks [@delucis](https://github.com/delucis)! - Adds three new icons: `comment`, `comment-alt`, `heart` -- [#1842](https://github.com/withastro/starlight/pull/1842) [`c7838636`](https://github.com/withastro/starlight/commit/c7838636edb8d60a2422ce76a2db511b9cebbb70) Thanks [@delucis](https://github.com/delucis)! - Moves the `href` used in the site title link to Starlight’s route data object. This makes it possible for overrides to change the title link while reusing Starlight’s default component implemenation. +- [#1842](https://github.com/withastro/starlight/pull/1842) [`c7838636`](https://github.com/withastro/starlight/commit/c7838636edb8d60a2422ce76a2db511b9cebbb70) Thanks [@delucis](https://github.com/delucis)! - Moves the `href` used in the site title link to Starlight’s route data object. This makes it possible for overrides to change the title link while reusing Starlight’s default component implementation. - [#1840](https://github.com/withastro/starlight/pull/1840) [`cb85563c`](https://github.com/withastro/starlight/commit/cb85563c9a3d4eb2925ad884e6a4e8698a15381b) Thanks [@MiahaCybersec](https://github.com/MiahaCybersec)! - Adds 1 new icon: `hackerone` |