From 79b8b48bbad97f3488a48c3225991295ccdb9efe Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Sat, 20 Jul 2024 18:35:25 +0200 Subject: [PATCH] docs(changelog): add notes --- README.md | 2 +- data/changelog.yaml | 6 ++++++ src/components/patterns/Footer/Footer.js | 6 +++--- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5db52b2b6..4be27b1c8 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,4 @@ **microlink** © [Microlink](https://microlink.io), released under the [MIT](https://github.com/microlinkhq/sdk/blob/master/LICENSE.md) License.
Authored and maintained by [Kiko Beats](https://kikobeats.com) with help from [contributors](https://github.com/microlinkhq/sdk/contributors). -> [microlink.io](https://microlink.io) · GitHub [microlinkhq](https://github.com/microlinkhq) · Twitter [@microlinkhq](https://twitter.com/microlinkhq) +> [microlink.io](https://microlink.io) · GitHub [microlinkhq](https://github.com/microlinkhq) · X [@microlinkhq](https://x.com/microlinkhq) diff --git a/data/changelog.yaml b/data/changelog.yaml index 3c8ec3753..2f9b34f5a 100644 --- a/data/changelog.yaml +++ b/data/changelog.yaml @@ -1,3 +1,8 @@ +- date: Jul 2024 + notes: + - '[Microlink](/): Released [big](https://github.com/microlinkhq/www/pull/1679) website refactor.' + - '[Microlink API](/docs/api/getting-started/overview): Improved favicon.ico detection.' + - date: May 2024 notes: - '[Metascraper v5.45.7](https://github.com/microlinkhq/metascraper/pull/704): Improved x.com support.' @@ -13,6 +18,7 @@ - date: January 2024 notes: + - '[Microlink](/): Released [logo.microlink.io](https://logo.microlink.io).' - '[Microlink OSS](/oss): Released [top-user-agents](https://github.com/microlinkhq/top-user-agents).' - '[Microlink OSS](/oss): Released [@microlink/ua](https://github.com/microlinkhq/ua).' diff --git a/src/components/patterns/Footer/Footer.js b/src/components/patterns/Footer/Footer.js index 60dce8f80..8c06e430a 100644 --- a/src/components/patterns/Footer/Footer.js +++ b/src/components/patterns/Footer/Footer.js @@ -334,9 +334,9 @@ const Footer = ({ isDark, ...props }) => { title: '@microlinkhq on GitHub' }, { - href: 'https://twitter.com/microlinkhq', - children: 'Twitter', - title: '@microlinkhq on Twitter' + href: 'https://x.com/microlinkhq', + children: 'X', + title: '@microlinkhq on x.com' }, { href: 'mailto:hello@microlink.io',