Skip to content

Commit 79548d9

Browse files
committed
fix: typo in exclude
1 parent 4a22886 commit 79548d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h2>Projects</h2>
7373

7474
data.forEach(repo => {
7575
// Repos to exclude
76-
const exclude = ["KawaiiCalc", "quantum-yeti.github.io", "quantum0-yeti"];
76+
const exclude = ["KawaiiCalc", "quantum-yeti.github.io", "quantum-yeti"];
7777
if (exclude.includes(repo.name)) return;
7878

7979
const card = document.createElement("div");

0 commit comments

Comments
 (0)