Skip to content

Commit

Permalink
feat #419 - Update MadeWithLove Footer
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-dassana committed Jul 26, 2021
1 parent bf061a0 commit 050e7e8
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dassana-io/web-components",
"version": "0.11.23",
"version": "0.11.24",
"publishConfig": {
"registry": "https://npm.pkg.github.com/dassana-io"
},
Expand Down
19 changes: 18 additions & 1 deletion src/__snapshots__/storybook.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3290,7 +3290,24 @@ exports[`Storyshots Made With Love With Love 1`] = `
>
©
2021
Dassana.io, All Rights Reserved
Dassana Inc /
<a
className="ant-typography"
data-test="link"
href="https://dassanaio.notion.site/Privacy-Policy-ed4f1a5d498846c0b7a3edb02119a384"
rel="noopener noreferrer"
style={
Object {
"WebkitLineClamp": undefined,
}
}
target="_blank"
>
<u>
Privacy
</u>
</a>
</div>
</div>
</div>
Expand Down
8 changes: 7 additions & 1 deletion src/components/Pages/MadeWithLove.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,13 @@ export const MadeWithLove: FC<MadeWithLoveProps> = ({
))}
</div>
<div className={compClasses.copyright}>
© {new Date().getFullYear()} Dassana.io, All Rights Reserved
© {new Date().getFullYear()} Dassana Inc /{' '}
<Link
href='https://dassanaio.notion.site/Privacy-Policy-ed4f1a5d498846c0b7a3edb02119a384'
target='_blank'
>
Privacy
</Link>
</div>
</div>
</div>
Expand Down

0 comments on commit 050e7e8

Please sign in to comment.