mirror of
https://github.com/System-End/site.git
synced 2026-04-19 18:35:12 +00:00
Remove mechanical keyboard project
This commit is contained in:
parent
f365feef4c
commit
80ff2e3399
1 changed files with 3 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue