Merge pull request #13 from ryanamay/main

add the cutie patootie
This commit is contained in:
CodeF53 2024-09-06 11:18:19 -06:00 committed by GitHub
commit d46fe01447
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,7 @@ const friends = ref([
{ id: '516750892372852754', url: 'https://aspy.dev' }, { id: '516750892372852754', url: 'https://aspy.dev' },
// { id: '734079736615141426', url: 'https://catboys.zip/' }, // { id: '734079736615141426', url: 'https://catboys.zip/' },
{ id: '165862754547138562', url: 'https://maddie.mewmews.gay' }, { id: '165862754547138562', url: 'https://maddie.mewmews.gay' },
{ id: '1262793452236570667', url: 'https://mitn.dev' },
]) ])
onMounted(() => { onMounted(() => {
let currentIndex = friends.value.length let currentIndex = friends.value.length