Skip to content

Commit 091edca

Browse files
Merge pull request #4 from Dinolek/patch-1
Fix device info
2 parents 8a892a0 + d4ab1a6 commit 091edca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/src/components/AboutDevice.vue

+4-4
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,14 @@ export default {
128128
cpu: 'Octa-core 2.0/2.2 GHz Cortex-A53 - Redmi Note 2',
129129
chipset: 'Mediatek MT6795 Helio X10',
130130
gpu: 'PowerVR G6200',
131-
memory: '2GB/3GB',
131+
memory: '2GB',
132132
storage: '16GB/32GB',
133-
microsd: 'Up to 32GB',
134-
battery: 'Removable Li-Po 3060 mAh battery',
133+
microsd: 'Up to 64GB',
134+
battery: 'Removable Li-Ion 3060 mAh battery',
135135
display: '1920x1080 pixels, 5.5 inches (~403 ppi pixel density)',
136136
rear_camera: '13 MP, f/2.2, phase detection autofocus, LED flash',
137137
front_camera: '5 MP, f/2.0, 720p'
138138
}
139139
}
140140
}
141-
</script>
141+
</script>

0 commit comments

Comments
 (0)