{mostCommonIp}
@@ -186,7 +188,7 @@ export default async function SubdomainFinderResultPage({
{Object.entries(ipStore)
.sort(([_, a], [__, b]) => b - a)
.map(([ip, occurrences]) => (
-
+
),
- Updated: () => (
+ Expires: () => (
),
- Expires: () => (
+ Updated: () => (
),
diff --git a/src/components/date.tsx b/src/components/date.tsx
index 38543af..1c85944 100644
--- a/src/components/date.tsx
+++ b/src/components/date.tsx
@@ -10,5 +10,9 @@ export function Date({ dateTime }: DateProps) {
if (!dateTime) {
return null;
}
- return ;
+ return (
+
+ );
}