Skip to content

Commit

Permalink
v0.11.13 -> v0.11.14 (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-dassana authored Jul 16, 2021
1 parent af20955 commit d71c381
Show file tree
Hide file tree
Showing 6 changed files with 266 additions and 149 deletions.
123 changes: 20 additions & 103 deletions 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.13",
"version": "0.11.14",
"publishConfig": {
"registry": "https://npm.pkg.github.com/dassana-io"
},
Expand Down
17 changes: 7 additions & 10 deletions src/components/Pages/MadeWithLove.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const useStyles = createUseStyles({
},
footer: {
[min[mobile]]: {
paddingTop: 0
paddingTop: 50
},
paddingTop: 62
},
Expand Down Expand Up @@ -95,23 +95,20 @@ const useStyles = createUseStyles({
paddingTop: spacing.s
},
loveIconWrap: {
[min[tablet]]: {
[min[mobile]]: {
...flexAlignCenter
}
},
loveIcons: {
[min[tablet]]: {
[min[mobile]]: {
display: 'flex',
paddingBottom: 92,
paddingBottom: spacing.xl,
paddingTop: spacing.xl
},
paddingTop: spacing['l+']
},
plus: {
[min[tablet]]: {
margin: `0px ${spacing.l}px`
},
margin: `${spacing.m}px 0px`
margin: spacing.l
},
// eslint-disable-next-line sort-keys
'@global': {
Expand Down Expand Up @@ -147,11 +144,11 @@ export interface MadeWithLoveProps {

const defaultFooterLinksConfig: FooterLinksConfig[] = [
{
href: 'http://www.twitter.com',
href: 'https://twitter.com/DassanaSecurity',
icon: faTwitterSquare
},
{
href: 'http://www.linkedin.com',
href: 'https://www.linkedin.com/company/dassana-inc',
icon: faLinkedin
},
{
Expand Down
15 changes: 12 additions & 3 deletions src/components/assets/images/with_love_coffee.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 36 additions & 6 deletions src/components/assets/images/with_love_high_chews.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d71c381

Please sign in to comment.