Skip to content

Commit

Permalink
feat #378 - Update MadeWithLove links
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-dassana committed Jul 26, 2021
1 parent aa7c851 commit 170bffd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 37 deletions.
34 changes: 2 additions & 32 deletions src/components/Pages/MadeWithLove.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
import { createUseStyles } from 'react-jss'
import { MadeWithLove } from './MadeWithLove'
import React from 'react'
import {
faAws,
faGithub,
faLinkedin,
faSlack,
faTwitterSquare
} from '@fortawesome/free-brands-svg-icons'
import { FooterLinksConfig, MadeWithLove } from './MadeWithLove'
import { Meta, Story } from '@storybook/react'

export default {
Expand All @@ -21,35 +14,12 @@ const useStyles = createUseStyles({
}
})

const footerLinksConfig: FooterLinksConfig[] = [
{
href: 'http://www.twitter.com',
icon: faTwitterSquare
},
{
href: 'http://www.linkedin.com',
icon: faLinkedin
},
{
href: 'https://github.com/dassana-io/dassana',
icon: faGithub
},
{
href: 'https://www.slack.com',
icon: faSlack
},
{
href: 'https://github.com/dassana-io/dassana',
icon: faAws
}
]

const DecoratedTemplate = () => {
const classes = useStyles()

return (
<div className={classes.container}>
<MadeWithLove footerLinksConfig={footerLinksConfig} />
<MadeWithLove />
</div>
)
}
Expand Down
6 changes: 1 addition & 5 deletions src/components/Pages/MadeWithLove.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,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
}
]

Expand Down

0 comments on commit 170bffd

Please sign in to comment.