Skip to content

Commit 4f5f221

Browse files
committed
feat: update projects list with new entries
1 parent 6f2a7ce commit 4f5f221

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 = ['copl.uk', 'lareii.github.io', 'ytm-discord-rpc']
4+
const projects = ['lareii.github.io', 'copl.uk', 'FdF', 'colorify']
55
const repos = ref([]);
66
77
onMounted(async () => {

0 commit comments

Comments
 (0)