diff --git a/components/next/BuyNow.tsx b/components/next/BuyNow.tsx
index 22c0cad..68bc1b9 100644
--- a/components/next/BuyNow.tsx
+++ b/components/next/BuyNow.tsx
@@ -24,7 +24,7 @@ export const BuyNow = ({ children }: { children: ReactNode }) => {
{children}
diff --git a/components/next/PulseDot.tsx b/components/next/PulseDot.tsx
index ada6556..d5c276f 100644
--- a/components/next/PulseDot.tsx
+++ b/components/next/PulseDot.tsx
@@ -1,3 +1,3 @@
export const PulseDot = () => (
-
+
);