We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ef7835 commit d4b673aCopy full SHA for d4b673a
src/components/logo.tsx
@@ -60,9 +60,7 @@ export default function InteractiveLogo({ className }: LogoProps) {
60
splashScreen: false,
61
preferredRenderer: "canvas",
62
})
63
- .then(() => console.log("LOADED"))
64
.catch(() => {
65
- console.log("Catch error");
66
removeRufflePlayer();
67
});
68
rufflePlayer.style.width = "100%";
0 commit comments