diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
index 448d650..64d984d 100644
--- a/CODE_OF_CONDUCT.md
+++ b/CODE_OF_CONDUCT.md
@@ -60,7 +60,7 @@ representative at an online or offline event.
Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
-tamanikarim50@gmail.com.
+contact@stackrender.io.
All complaints will be reviewed and investigated promptly and fairly.
All community leaders are obligated to respect the privacy and security of the
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3184cc0..18321ff 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -27,10 +27,10 @@ If you find a bug:
If you have an idea for improvement:
- Open a **feature request** in the issues section.
- Describe the feature and explain why it would be useful.
-- You may also discuss ideas with the community on [Discord](https://discord.gg/DsN8RcPR6Y).
+- You may also discuss ideas with the community on [Discord](https://discord.gg/4dv26jR4Pj).
## License Agreement
By contributing, you agree that your work will be licensed under the **GNU Affero General Public License v3.0**.
## Questions or Support
-If you have questions about the contribution process, open a discussion on GitHub or reach out on our [Discord](https://discord.gg/DsN8RcPR6Y).
+If you have questions about the contribution process, open a discussion on GitHub or reach out on our [Discord](https://discord.gg/4dv26jR4Pj).
diff --git a/README.md b/README.md
index a1e5b43..380e6c9 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
-
+
@@ -68,7 +68,7 @@ npm run start
## 🤝 Community
-- [**Discord**](https://discord.com/invite/DsN8RcPR6Y) – Live discussions about upcoming releases and the future of StackRender.
+- [**Discord**](https://discord.com/invite/4dv26jR4Pj) – Live discussions about upcoming releases and the future of StackRender.
- [**GitHub Issues**](https://github.com/stackrender/stackrender/issues) – Report bugs and errors to help us improve your experience.
- [**X (Twitter)**](https://x.com/intent/follow?screen_name=Iam_The_Dev) – Get the latest StackRender news and updates.
@@ -76,7 +76,7 @@ npm run start
We welcome all contributions, whether small bug fixes or major feature additions.
-- Discuss your ideas and contributions in our [Discord](https://discord.com/invite/DsN8RcPR6Y) community.
+- Discuss your ideas and contributions in our [Discord](https://discord.com/invite/4dv26jR4Pj) community.
- Follow the [Contributing Guide](./CONTRIBUTING.md) to get started.
- Agree to the [Code of Conduct](./CODE_OF_CONDUCT.md) to ensure a positive and respectful environment.
diff --git a/SECURITY.md b/SECURITY.md
index 44a1c1f..9dc8792 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -11,7 +11,7 @@ We currently provide security updates for the latest stable release of StackRend
## Reporting a Vulnerability
If you discover a security vulnerability in StackRender, please report it to us directly.
-- Email: security@stackrender.com
+- Email: contact@stackrender.io
- GitHub Security Advisory: Use the "Report a vulnerability" option in the repository's Security tab.
When reporting, please include:
diff --git a/src/components/layout/app-sidebar/data/sidebar-data.tsx b/src/components/layout/app-sidebar/data/sidebar-data.tsx
index 1dd087e..741c0d2 100644
--- a/src/components/layout/app-sidebar/data/sidebar-data.tsx
+++ b/src/components/layout/app-sidebar/data/sidebar-data.tsx
@@ -46,7 +46,7 @@ export const useSidebarData = () => {
},
{
title: "Discord",
- url: "https://discord.gg/DsN8RcPR6Y",
+ url: "https://discord.gg/4dv26jR4Pj",
icon: IconBrandDiscord,
newTab : true
},
diff --git a/src/components/layout/menu/data/menu-data.tsx b/src/components/layout/menu/data/menu-data.tsx
index 6504682..8d8c234 100644
--- a/src/components/layout/menu/data/menu-data.tsx
+++ b/src/components/layout/menu/data/menu-data.tsx
@@ -153,7 +153,7 @@ export const useMenuData = () => {
{
id: "menu.join_discord", title: t("menu.join_discord"),
clickHandler: () => {
- window.open("https://discord.gg/DsN8RcPR6Y", "_blank")
+ window.open("https://discord.gg/4dv26jR4Pj", "_blank")
}
},
],