mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
reddit isntead of twitter menu icon
This commit is contained in:
parent
0d37f4b172
commit
3150b637ac
@ -7,7 +7,7 @@ import {
|
||||
GithubStarIcon,
|
||||
GithubIcon,
|
||||
DiscordIcon,
|
||||
TwitterIcon,
|
||||
RedditIcon,
|
||||
} from "../icons/popover";
|
||||
import { MenuItem } from "./menu-item";
|
||||
import { NavbarItem } from "./navbar-item";
|
||||
@ -105,11 +105,11 @@ export const Menu: React.FC = () => {
|
||||
>
|
||||
<GithubIcon className="dark:text-gray-400 text-gray-500" />
|
||||
</Link>
|
||||
<Link to="https://discord.com/">
|
||||
<Link to="https://discord.com/invite/7bNY8fANqF">
|
||||
<DiscordIcon />
|
||||
</Link>
|
||||
<Link to="https://twitter.com/">
|
||||
<TwitterIcon />
|
||||
<Link to="https://www.reddit.com/r/openpanelco/">
|
||||
<RedditIcon />
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user