Skip to content

Commit

Permalink
🌟 feat: replace discord with slack (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
nandiheath authored Mar 2, 2021
1 parent b8e9942 commit 57ddc39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/templates/layouts/MenuLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,9 @@ const DefaultLayout = ({ children, ...rest }: React.PropsWithChildren<{}>) => {
id: 'menu-popover',
actions: [
{
label: 'Discord Support',
label: 'Slack Support',
onClick: () => {
window.open('https://discordapp.com/invite/jqDHRxD', '_blank');
window.open('https://slack.kintohub.com', '_blank');
},
},
{
Expand Down

0 comments on commit 57ddc39

Please sign in to comment.