Skip to content

Commit

Permalink
Merge pull request #282 from infinum/feature/improvements
Browse files Browse the repository at this point in the history
Fixes & improvements
  • Loading branch information
goranalkovic-infinum authored Oct 13, 2023
2 parents 027dec9 + 1e7cc37 commit 7f93143
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions website/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 website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"@infinum/docusaurus-theme": "^0.3.0"
"@infinum/docusaurus-theme": "^0.4.0"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/sass.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function Sass() {
description={siteConfig.tagline}
keywords={siteConfig.customFields.keywords}
metaImage={useBaseUrl(`img/${siteConfig.customFields.image}`)}
wrapperClassName='es-single-full-screen-child'
wrapperClassName='es-single-full-screen-child es-has-t-border'
>
<iframe
className='es-full-size'
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/storybook.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function Storybook() {
description={siteConfig.tagline}
keywords={siteConfig.customFields.keywords}
metaImage={useBaseUrl(`img/${siteConfig.customFields.image}`)}
wrapperClassName='es-single-full-screen-child'
wrapperClassName='es-single-full-screen-child es-has-t-border'
>
<iframe
className='es-full-size'
Expand Down

0 comments on commit 7f93143

Please sign in to comment.