From 2554988e779a5bbeef4bfab7b28c8f3d3acd7efe Mon Sep 17 00:00:00 2001
From: Jakub <45874801+Siemik@users.noreply.github.com>
Date: Tue, 20 Sep 2022 21:24:02 +0200
Subject: [PATCH] Fixed layout of pulse animation in ButNow button
---
components/next/BuyNow.tsx | 2 +-
components/next/PulseDot.tsx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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 = () => (
-
+
);