From 12fbb048f4bf989c929c42c2e04417a23577550d Mon Sep 17 00:00:00 2001 From: Pablo Moyano Date: Fri, 6 Oct 2023 19:51:16 +0200 Subject: [PATCH] aaa --- src/components/Badge.astro | 4 ++-- src/components/HackerText.astro | 2 +- src/components/Navbar.astro | 10 +++++++++- src/pages/index.astro | 12 ++++++------ 4 files changed, 18 insertions(+), 10 deletions(-) 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}