Skip to content

Commit

Permalink
update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
zapobyte committed May 8, 2024
1 parent 3563e12 commit 30fec22
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file modified public/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/logo_small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function initTerminalEffect(): void {
document.addEventListener('DOMContentLoaded', () => {
initTerminalEffect();
setupCanvas();
setInterval(draw, 50);
setInterval(draw, 25);
});

window.addEventListener('resize', setupCanvas);

0 comments on commit 30fec22

Please sign in to comment.