From 753ce68607bb959669efbe25b0881466290f1891 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 09:23:14 +0000 Subject: [PATCH] style: format code with Prettier and StandardJS This commit fixes the style issues introduced in 624ad0f according to the output from Prettier and StandardJS. Details: None --- src/components/stateless/FloatAny/index.jsx | 4 +- src/components/stateless/TextLoader/index.jsx | 20 +-- src/pages/home/index.jsx | 136 +++++++++--------- 3 files changed, 80 insertions(+), 80 deletions(-) diff --git a/src/components/stateless/FloatAny/index.jsx b/src/components/stateless/FloatAny/index.jsx index 19bc2323..03584228 100644 --- a/src/components/stateless/FloatAny/index.jsx +++ b/src/components/stateless/FloatAny/index.jsx @@ -8,7 +8,7 @@ const FloatAny = ({ amplitude = [10, 30, 30], rotationRange = [15, 15, 7.5], timeOffset = 0, - className, + className }) => { const x = useMotionValue(0) const y = useMotionValue(0) @@ -50,7 +50,7 @@ const FloatAny = ({ rotateX, rotateY, rotateZ, - transformStyle: 'preserve-3d', + transformStyle: 'preserve-3d' }} className={clsx('will-change-transform', className)} > diff --git a/src/components/stateless/TextLoader/index.jsx b/src/components/stateless/TextLoader/index.jsx index 24627cf3..ccbe3af7 100644 --- a/src/components/stateless/TextLoader/index.jsx +++ b/src/components/stateless/TextLoader/index.jsx @@ -2,17 +2,17 @@ import { useState, useEffect } from 'react' import { motion, AnimatePresence } from 'motion/react' -export function LoadingText({ text, dots }) { +export function LoadingText ({ text, dots }) { return ( -
✨
+✨