Skip to content

Commit

Permalink
Make ICantBreathe only trigger once.
Browse files Browse the repository at this point in the history
  • Loading branch information
SaekiRaku committed Jul 21, 2020
1 parent b74241a commit 49934d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion document/pages/index/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ export default {
},
{
name: "VSCode Rainbow Fart",
link: "https://qiqi-1996.github.io/qi-sketch-exporter/",
link: "https://saekiraku.github.io/vscode-rainbow-fart/",
image: require("./applications/vscode-rainbow-fart-light.png"),
imageDark: require("./applications/vscode-rainbow-fart-dark.png")
}
Expand Down
1 change: 0 additions & 1 deletion document/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ function ICantBreathe() {
vm.color = "poe";
vm.enableDarkMode = true;
}
setTimeout(ICantBreathe, 3000);
}
setTimeout(ICantBreathe, 3000);

Expand Down

0 comments on commit 49934d0

Please sign in to comment.