Merge pull request #33 from stephb9959/feature/32-statistics

Feature/32 statistics
This commit is contained in:
Charles
2021-05-28 14:24:29 -04:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import { CFooter } from '@coreui/react';
const TheFooter = () => (
<CFooter fixed={false}>
<div>
Version 0.0.1
Version 0.0.2
</div>
<div className="mfs-auto">
<span className="mr-1">Powered by</span>

View File

@@ -128,7 +128,8 @@ const WifiScanModal = ({ show, toggleModal }) => {
color='primary'
defaultChecked={choseVerbose}
onClick={() => toggleVerbose()}
label='Verbose'
labelOn='On'
labelOff='Off'
/>
</CForm>
</CRow>