From d4ab1a622ec70e8746a1b3a9d4dfb7bf28fef1e6 Mon Sep 17 00:00:00 2001 From: Dinolek Date: Mon, 16 Jul 2018 09:56:46 +0200 Subject: [PATCH] Fix device info --- source/src/components/AboutDevice.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/src/components/AboutDevice.vue b/source/src/components/AboutDevice.vue index 2079756..671325e 100644 --- a/source/src/components/AboutDevice.vue +++ b/source/src/components/AboutDevice.vue @@ -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' } } } - \ No newline at end of file +