Skip to content

Commit

Permalink
Merge pull request #4 from Dinolek/patch-1
Browse files Browse the repository at this point in the history
Fix device info
  • Loading branch information
benjaminforras authored Jul 16, 2018
2 parents 8a892a0 + d4ab1a6 commit 091edca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/src/components/AboutDevice.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,14 @@ export default {
cpu: 'Octa-core 2.0/2.2 GHz Cortex-A53 - Redmi Note 2',
chipset: 'Mediatek MT6795 Helio X10',
gpu: 'PowerVR G6200',
memory: '2GB/3GB',
memory: '2GB',
storage: '16GB/32GB',
microsd: 'Up to 32GB',
battery: 'Removable Li-Po 3060 mAh battery',
microsd: 'Up to 64GB',
battery: 'Removable Li-Ion 3060 mAh battery',
display: '1920x1080 pixels, 5.5 inches (~403 ppi pixel density)',
rear_camera: '13 MP, f/2.2, phase detection autofocus, LED flash',
front_camera: '5 MP, f/2.0, 720p'
}
}
}
</script>
</script>

0 comments on commit 091edca

Please sign in to comment.