Closed YikSanChan closed 2 years ago
Currently, if projectChatLink is set in theme.config.js, the default icon is Discord.
projectChatLink
Would love to see Slack support since Slack is very popular as well
This can be easily done:
import Slack from '@geist-ui/icons/slack' export default { projectChatLink: "...", projectChatLinkIcon: <Slack />,
Currently, if
projectChatLink
is set in theme.config.js, the default icon is Discord.Would love to see Slack support since Slack is very popular as well