From ba1469c7ef7e3168333473aada140833b4cfc808 Mon Sep 17 00:00:00 2001
From: aelew <118043566+aelew@users.noreply.github.com>
Date: Tue, 6 Feb 2024 11:06:20 -0800
Subject: [PATCH] add spaceship ad
---
README.md | 19 ++--
next.config.js | 1 +
.../(domain)/_components/domain-header.tsx | 1 -
.../_components/domain-not-registered.tsx | 40 +++++++-
.../(tools)/(domain)/whois/[domain]/page.tsx | 1 -
src/components/ui/dropdown-menu.tsx | 98 +++++++++----------
src/styles/globals.css | 2 +-
7 files changed, 96 insertions(+), 66 deletions(-)
diff --git a/README.md b/README.md
index 209efa7..d9461f8 100644
--- a/README.md
+++ b/README.md
@@ -2,19 +2,18 @@
The cyber swiss army knife of lookup tools. Research information on domains, IP addresses, email addresses, phone numbers, and more.
-Demo: [lookup.tools](https://lookup.tools)
+Check out the hosted version here: [lookup.tools](https://lookup.tools)
-> [!NOTE]
-> lookup.tools is currently a work in progress. If you have any feedback or suggestions, feel free to open an issue or pull request!
+## Built with
-## Tech stack
+- [Next.js](https://nextjs.org): The React framework for the web
+- [tRPC](https://trpc.io): End-to-end typesafe APIs
+- [create-t3-app](https://create.t3.gg): The best way to start a full-stack, typesafe Next.js app
+- [Tailwind CSS](https://tailwindcss.com): A utility-first CSS framework
+- [shadcn/ui](https://ui.shadcn.com): Beautifully designed components
+- [Pigeon Maps](https://pigeon-maps.js.org): Maps without external dependencies
-- Starter: [create-t3-app](https://create.t3.gg)
-- Framework: [Next.js](https://nextjs.org)
-- CSS: [Tailwind CSS](https://tailwindcss.com)
-- Components: [shadcn/ui](https://ui.shadcn.com)
-- Backend: [tRPC](https://trpc.io)
-- Maps: [Pigeon Maps](https://pigeon-maps.js.org)
+
## Development
diff --git a/next.config.js b/next.config.js
index 4b1a82e..fbee259 100644
--- a/next.config.js
+++ b/next.config.js
@@ -15,6 +15,7 @@ const config = {
},
images: {
remotePatterns: [
+ { protocol: 'https', hostname: 'a.impactradius-go.com' },
{ protocol: 'https', hostname: 'favicon.victr.me' },
{ protocol: 'https', hostname: 'flagsapi.com' }
]
diff --git a/src/app/(tools)/(domain)/_components/domain-header.tsx b/src/app/(tools)/(domain)/_components/domain-header.tsx
index 02aadf9..97b3ffc 100644
--- a/src/app/(tools)/(domain)/_components/domain-header.tsx
+++ b/src/app/(tools)/(domain)/_components/domain-header.tsx
@@ -24,7 +24,6 @@ export function DomainHeader({
- Looks like {domain} hasn't
- been registered yet. Click the button below to purchase it!
+ Looks like the domain {domain}{' '}
+ hasn't been registered yet.