Skip to content

Commit cd2892d

Browse files
authored
feat: add cub3d repo to projects
1 parent 5e83a4d commit cd2892d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Projects.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script setup>
22
import { ref, onMounted } from 'vue';
33
4-
const projects = ['lareii.github.io', 'copl.uk', 'FdF', 'colorify']
4+
const projects = ['lareii.github.io', 'copl.uk', 'FdF', 'cub3D']
55
const repos = ref([]);
66
77
onMounted(async () => {

0 commit comments

Comments
 (0)