diff --git a/package-lock.json b/package-lock.json index a50e7df0..2794041a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@dassana-io/web-components", - "version": "0.11.21", + "version": "0.11.23", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3e9f25d7..3360efa5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dassana-io/web-components", - "version": "0.11.22", + "version": "0.11.23", "publishConfig": { "registry": "https://npm.pkg.github.com/dassana-io" }, diff --git a/src/__snapshots__/storybook.test.ts.snap b/src/__snapshots__/storybook.test.ts.snap index c70f0be5..5c2945cd 100644 --- a/src/__snapshots__/storybook.test.ts.snap +++ b/src/__snapshots__/storybook.test.ts.snap @@ -3159,7 +3159,7 @@ exports[`Storyshots Made With Love With Love 1`] = ` - - - - -
{ const classes = useStyles() return (
- +
) } diff --git a/src/components/Pages/MadeWithLove.tsx b/src/components/Pages/MadeWithLove.tsx index 618d8904..e74a26ca 100644 --- a/src/components/Pages/MadeWithLove.tsx +++ b/src/components/Pages/MadeWithLove.tsx @@ -9,7 +9,6 @@ import Momos from '../assets/images/momo.svg' import { styleguide } from 'components/assets/styles' import { Breakpoints, ThemeType } from '@dassana-io/web-utils' import { - faAws, faGithub, faLinkedin, faSlack, @@ -166,12 +165,8 @@ const defaultFooterLinksConfig: FooterLinksConfig[] = [ icon: faGithub }, { - href: 'https://www.slack.com', + href: 'https://dassanacommunity.slack.com/join/shared_invite/zt-teo6d5ed-xkWDNSaH4m6pC8PAJnrD8g#/shared-invite/email', icon: faSlack - }, - { - href: 'https://github.com/dassana-io/dassana', - icon: faAws } ]