We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a22886 commit 79548d9Copy full SHA for 79548d9
index.html
@@ -73,7 +73,7 @@ <h2>Projects</h2>
73
74
data.forEach(repo => {
75
// Repos to exclude
76
- const exclude = ["KawaiiCalc", "quantum-yeti.github.io", "quantum0-yeti"];
+ const exclude = ["KawaiiCalc", "quantum-yeti.github.io", "quantum-yeti"];
77
if (exclude.includes(repo.name)) return;
78
79
const card = document.createElement("div");
0 commit comments