git.lucas.co / website
source for lucas.co

commit2b1a793e1be102ec9567155d84a8bbe8d32cff91
parentd5f11638c7
authorlsgalante <lsgalante12@gmail.com>
date2025-05-15 13:43
type

 border.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/border.js b/border.js
index 3650da6..e0360da 100644
--- a/border.js
+++ b/border.js
@@ -40,7 +40,7 @@ window.addEventListener("resize", function() {
         // console.log(newH);
         // if (newH != lastH) {
             // lastH = newH;
-    2canvasUpdate();
+    canvasUpdate();
     // }, 100)
 })