Remove mechanical keyboard project

This commit is contained in:
Ella 2022-12-28 17:15:49 -05:00 committed by GitHub
parent f365feef4c
commit 80ff2e3399
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -180,12 +180,12 @@ export default function Projects() {
const [count, setCount] = useState(0)
let list = [
'mechanical keyboard',
'3D printer',
'drawing robot',
'drone',
'CNC machine',
'pixel art display',
'camera'
'camera',
'3D printer'
]
if (count == list.length - 1) {