Skip to content

Commit e339872

Browse files
authored
refactor: update projects
1 parent cd2892d commit e339872

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Projects.vue

Lines changed: 2 additions & 2 deletions
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', 'cub3D']
4+
const projects = ['lareii.github.io', 'siker.im', 'FdF', 'cub3D']
55
const repos = ref([]);
66
77
onMounted(async () => {
@@ -48,4 +48,4 @@ onMounted(async () => {
4848
</div>
4949
</a>
5050
</div>
51-
</template>
51+
</template>

0 commit comments

Comments
 (0)