Skip to content

Commit 0c6b427

Browse files
committed
fix: remove private repo from project list
1 parent e01ae36 commit 0c6b427

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

0 commit comments

Comments
 (0)