diff --git a/components/winter/projects.js b/components/winter/projects.js index f32c6264..8028ea8e 100644 --- a/components/winter/projects.js +++ b/components/winter/projects.js @@ -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) {