Skip to content

Commit

Permalink
updated packages and added more improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Jan 30, 2024
1 parent 65c8686 commit cce7e5f
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 89 deletions.
167 changes: 84 additions & 83 deletions pwa/package-lock.json

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

4 changes: 2 additions & 2 deletions pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"prepare": "cd .. && husky install"
},
"dependencies": {
"@conduction/components": "2.2.44",
"@conduction/theme": "1.1.12",
"@conduction/components": "2.2.45",
"@conduction/theme": "1.1.15",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "6.5.1",
"@fortawesome/free-regular-svg-icons": "6.5.1",
Expand Down
2 changes: 0 additions & 2 deletions pwa/src/templates/jumbotronTemplate/JumbotronTemplate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ export const JumbotronTemplate: React.FC = () => {

return (
<div
aria-label={t("Jumbotron")}
role="contentinfo"
style={{ backgroundImage: `url("${window.sessionStorage.getItem("JUMBOTRON_IMAGE_URL")}")` }}
className={styles.wrapper}
>
Expand Down
Loading

0 comments on commit cce7e5f

Please sign in to comment.