diff --git a/src/components/Badge.astro b/src/components/Badge.astro index 40ce6d3..093747b 100644 --- a/src/components/Badge.astro +++ b/src/components/Badge.astro @@ -3,7 +3,7 @@ import foscLogo from "../assets/img/fosc-logo-old.png"; import { Image } from "astro:assets"; --- -
+
@@ -32,7 +32,7 @@ interface LogoElement extends HTMLElement { const logo = document.querySelector("#logo") as LogoElement; const logoContainer = document.querySelector("#container") as HTMLElement; -let sensitivity = 20; // Adjust the sensitivity as needed +let sensitivity = 100; // Adjust the sensitivity as needed let mouseX = 0; let mouseY = 0; let targetRotationX = 0; diff --git a/src/components/HackerText.astro b/src/components/HackerText.astro index 407a51a..ac56c8d 100644 --- a/src/components/HackerText.astro +++ b/src/components/HackerText.astro @@ -6,7 +6,7 @@ interface Props { const { text } = Astro.props; --- -

{text}

+

{text}