Skip to content

Commit

Permalink
refactor: update project list
Browse files Browse the repository at this point in the history
  • Loading branch information
lareii committed Aug 30, 2024
1 parent 6306be7 commit e2dc381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Projects.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script setup>
import { ref, onMounted } from 'vue';
const projects = ['lareii.github.io', 'autopull', 'ytm-discord-rpc', 'cubot']
const projects = ['copl.uk', 'lareii.github.io', 'autopull', 'ytm-discord-rpc']
const repos = ref([]);
onMounted(async () => {
Expand Down

0 comments on commit e2dc381

Please sign in to comment.