diff --git a/components/Button.tsx b/components/Button.tsx index 06daea1..057efc9 100644 --- a/components/Button.tsx +++ b/components/Button.tsx @@ -12,7 +12,7 @@ const Button = ({ return href ? ( {children} @@ -22,7 +22,7 @@ const Button = ({ {children} @@ -30,7 +30,7 @@ const Button = ({ ) : ( {children}