feat: replaced slack icon with Discord (#10193)
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
This commit is contained in:
co-authored by
Udit Takkar
parent
1ec9a6924c
commit
a2645c2ed4
@@ -73,11 +73,11 @@ import {
|
||||
ChevronDown,
|
||||
Copy,
|
||||
Settings,
|
||||
Slack,
|
||||
Users,
|
||||
Zap,
|
||||
User as UserIcon,
|
||||
} from "@calcom/ui/components/icon";
|
||||
import { Discord } from "@calcom/ui/components/icon/Discord";
|
||||
|
||||
import FreshChatProvider from "../ee/support/lib/freshchat/FreshChatProvider";
|
||||
import { NProgressNextRouter } from "./NProgressPageIndicator";
|
||||
@@ -434,7 +434,7 @@ function UserDropdown({ small }: UserDropdownProps) {
|
||||
<DropdownMenuSeparator />
|
||||
<DropdownMenuItem>
|
||||
<DropdownItem
|
||||
StartIcon={(props) => <Slack strokeWidth={1.5} {...props} />}
|
||||
StartIcon={(props) => <Discord className="text-default h-4 w-4" />}
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
href={JOIN_DISCORD}>
|
||||
|
||||
Reference in New Issue
Block a user