Merge branch 'main' into main

This commit is contained in:
Max Wofford 2024-05-08 00:01:06 -04:00 committed by GitHub
commit 3886d34d3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -218,7 +218,6 @@ document.querySelector("#generate-project-idea").addEventListener("click", async
document.querySelector('#project-idea').innerText = json.recommendation
yap(json.recommendation)
})
})
async function yap(text) {
text = text.toLowerCase();