Skip to content

Commit

Permalink
Merge pull request #94 from weaponsforge/dev
Browse files Browse the repository at this point in the history
v1.0.4
  • Loading branch information
weaponsforge authored Apr 4, 2023
2 parents e85835b + 502e837 commit edf5d5a
Show file tree
Hide file tree
Showing 45 changed files with 1,983 additions and 767 deletions.
17 changes: 16 additions & 1 deletion client/package-lock.json

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

3 changes: 2 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"next": "13.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "^8.0.5"
"react-redux": "^8.0.5",
"use-sync-v": "^2.0.1"
}
}
1 change: 1 addition & 0 deletions client/src/common/layout/footer/styles.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const styles = {
footer: {
display: { xs: 'none' , md:'block'},
width: '100%',
minHeight: (theme) => theme.spacing(4),
padding: (theme) => theme.spacing(2),
Expand Down
Loading

0 comments on commit edf5d5a

Please sign in to comment.