Spelling fixes

This commit is contained in:
Hristo Nedelkov 2023-08-08 10:38:50 +03:00
parent df45d98cfb
commit 0f3fe54086
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
import './App.css'
import { TamaguiProvider } from 'tamagui'
import { Provider as StatusProvider } from '@status-im/components'
import StandartGauge from './components/StandartGauge'
import StandartGauge from './components/StandardGauge'
import config from '../tamagui.config'
@ -10,14 +10,14 @@ function App() {
const data = [
{
id: 'php',
label: 'php',
value: 70,
label: 'Free Space',
value: 40,
color: '#ea5e78',
},
{
id: 'javascript',
label: 'javascript',
value: 40,
label: 'Memmory',
value: 60,
color: '#ecedf0',
},
]