From e0366bf29dce9fa6fc446fcd17d40fd7cde78455 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Henrique?= Date: Wed, 29 Oct 2025 19:19:35 -0300 Subject: [PATCH] changing repo links --- index.html | 5 +---- js/matrix.js | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index a6a32e0..c53a2e3 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,6 @@ - @@ -29,10 +28,8 @@ - -
@@ -114,7 +111,7 @@
Vision Start - + diff --git a/js/matrix.js b/js/matrix.js index a754e5d..5d6159a 100644 --- a/js/matrix.js +++ b/js/matrix.js @@ -35,7 +35,7 @@ class MatrixBackground { } getMobileMaxConnections() { - // Reduce max connections on mobile devices + // Reduce max connections on mobile devices for better performance if (window.innerWidth <= 480) return 4; if (window.innerWidth <= 768) return 6; return 8;