🔄 Fixed a redux store issue with download counts

This commit is contained in:
2021-09-06 01:53:27 -07:00
parent c8061e0d5c
commit a173b4f971
7 changed files with 84 additions and 35 deletions

View File

@@ -7,7 +7,7 @@ const Navbar: React.FunctionComponent = (props) => {
const socketConnection = useSelector((state: RootState) => state.fileOps);
return (
<nav className="navbar ">
<nav className="navbar is-fixed-top">
<div className="navbar-brand">
<a className="navbar-item" href="http://bulma.io">
<img