shuding / nextra

Simple, powerful and flexible site generation framework with everything you love from Next.js.
https://nextra.site
MIT License
11.95k stars 1.29k forks source link

Support Slack projectChatLinkIcon #348

Closed YikSanChan closed 2 years ago

YikSanChan commented 2 years ago

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

YikSanChan commented 2 years ago

This can be easily done:

import Slack from '@geist-ui/icons/slack'

export default {
  projectChatLink: "...",
  projectChatLinkIcon: <Slack />,