Bläddra i källkod

reddit isntead of twitter menu icon

Stefan Pejcic 1 år sedan
förälder
incheckning
3150b637ac
1 ändrade filer med 4 tillägg och 4 borttagningar
  1. 4 4
      documentation/src/refine-theme/common-header/menu.tsx

+ 4 - 4
documentation/src/refine-theme/common-header/menu.tsx

@@ -7,7 +7,7 @@ import {
     GithubStarIcon,
     GithubStarIcon,
     GithubIcon,
     GithubIcon,
     DiscordIcon,
     DiscordIcon,
-    TwitterIcon,
+    RedditIcon,
 } from "../icons/popover";
 } from "../icons/popover";
 import { MenuItem } from "./menu-item";
 import { MenuItem } from "./menu-item";
 import { NavbarItem } from "./navbar-item";
 import { NavbarItem } from "./navbar-item";
@@ -105,11 +105,11 @@ export const Menu: React.FC = () => {
                                             >
                                             >
                                                 <GithubIcon className="dark:text-gray-400 text-gray-500" />
                                                 <GithubIcon className="dark:text-gray-400 text-gray-500" />
                                             </Link>
                                             </Link>
-                                            <Link to="https://discord.com/">
+                                            <Link to="https://discord.com/invite/7bNY8fANqF">
                                                 <DiscordIcon />
                                                 <DiscordIcon />
                                             </Link>
                                             </Link>
-                                            <Link to="https://twitter.com/">
-                                                <TwitterIcon />
+                                            <Link to="https://www.reddit.com/r/openpanelco/">
+                                                <RedditIcon />
                                             </Link>
                                             </Link>
                                         </div>
                                         </div>
                                     </div>
                                     </div>