diff --git a/README.md b/README.md index 63634ee6c60..c7b0c73338c 100644 --- a/README.md +++ b/README.md @@ -10,16 +10,16 @@
- - - - + + + + @@ -27,6 +27,11 @@
+
+
+
+
@@ -101,7 +106,7 @@
- Upgrade your projects
- Check your environment compatibility
-> Follow our [X](https://x.com/climicrosoft365) account to keep yourself updated about new features, improvements, and bug fixes.
+> Follow our [Bluesky](https://bsky.app/profile/climicrosoft365.bsky.social), or [X](https://x.com/climicrosoft365) account to keep yourself updated about new features, improvements, and bug fixes.
## Install
diff --git a/docs/src/theme/Footer/index.tsx b/docs/src/theme/Footer/index.tsx
index 89324c50f08..e169705de08 100644
--- a/docs/src/theme/Footer/index.tsx
+++ b/docs/src/theme/Footer/index.tsx
@@ -3,6 +3,7 @@ import clsx from 'clsx';
import styles from './styles.module.scss';
import GitHubSvg from '@site/static/img/github-icon.svg';
import DiscordSvg from '@site/static/img/discord-icon.svg';
+import BlueskySvg from '@site/static/img/bluesky-icon.svg';
import XSvg from '@site/static/img/x-icon.svg';
import YouTubeSvg from '@site/static/img/youtube-icon.svg';
import LinkSVG from '@site/static/img/link-icon.svg';
@@ -33,6 +34,10 @@ function Footer(): JSX.Element | null {