diff --git a/app/(landing)/page.tsx b/app/(landing)/page.tsx
index 52a015e..4ca0802 100644
--- a/app/(landing)/page.tsx
+++ b/app/(landing)/page.tsx
@@ -24,7 +24,7 @@ const MainLandingPage: FC = () => {
+
diff --git a/app/(landing)/subdomains/page.tsx b/app/(landing)/subdomains/page.tsx
index dc8a17f..29ddd16 100644
--- a/app/(landing)/subdomains/page.tsx
+++ b/app/(landing)/subdomains/page.tsx
@@ -23,7 +23,7 @@ const SubdomainsLandingPage: FC = () => {
Find hidden subdomains for any domain
-
+
diff --git a/app/(landing)/whois/page.tsx b/app/(landing)/whois/page.tsx
index 1ee546e..f50147c 100644
--- a/app/(landing)/whois/page.tsx
+++ b/app/(landing)/whois/page.tsx
@@ -23,7 +23,7 @@ const WhoisLandingPage: FC = () => {
Find WHOIS information for any domain
-
+
diff --git a/app/_components/header.tsx b/app/_components/header.tsx
index fd450f3..bd374eb 100644
--- a/app/_components/header.tsx
+++ b/app/_components/header.tsx
@@ -15,40 +15,41 @@ type HeaderProps = {
export const Header: FC
= ({ showSearch }) => (
-
-
-
-
+
+
{showSearch && (
-
+
)}
-
-