diff --git a/app/lookup/[domain]/page.jsx b/app/lookup/[domain]/page.jsx index e98b56e7..6cb8fae0 100644 --- a/app/lookup/[domain]/page.jsx +++ b/app/lookup/[domain]/page.jsx @@ -33,95 +33,97 @@ const LookupDomain = async ({ params: { domain } }) => { return ( <>
- {new Date(whoisResult['Created Date']).toLocaleDateString( - 'en-US', - { - month: 'numeric', - day: 'numeric', - year: 'numeric', - } - )} -
-- {new Date(whoisResult['Created Date']).toLocaleTimeString( - 'en-US', - { - hour: 'numeric', - minute: 'numeric', - } - )} -
-- Domain registered -
-- {new Date(whoisResult['Updated Date']).toLocaleDateString( - 'en-US', - { - month: 'numeric', - day: 'numeric', - year: 'numeric', - } - )} -
-- {new Date(whoisResult['Updated Date']).toLocaleTimeString( - 'en-US', - { - hour: 'numeric', - minute: 'numeric', - } - )} -
-- Updated -
-- {new Date(whoisResult['Expiry Date']).toLocaleDateString( - 'en-US', - { - month: 'numeric', - day: 'numeric', - year: 'numeric', - } - )} -
-- {new Date(whoisResult['Expiry Date']).toLocaleTimeString( - 'en-US', - { - hour: 'numeric', - minute: 'numeric', - } - )} -
-- Domain expiration -
-+ {new Date(whoisResult['Created Date']).toLocaleDateString( + 'en-US', + { + month: 'numeric', + day: 'numeric', + year: 'numeric', + } + )} +
++ {new Date(whoisResult['Created Date']).toLocaleTimeString( + 'en-US', + { + hour: 'numeric', + minute: 'numeric', + } + )} +
++ Domain registered +
++ {new Date(whoisResult['Updated Date']).toLocaleDateString( + 'en-US', + { + month: 'numeric', + day: 'numeric', + year: 'numeric', + } + )} +
++ {new Date(whoisResult['Updated Date']).toLocaleTimeString( + 'en-US', + { + hour: 'numeric', + minute: 'numeric', + } + )} +
++ Updated +
++ {new Date(whoisResult['Expiry Date']).toLocaleDateString( + 'en-US', + { + month: 'numeric', + day: 'numeric', + year: 'numeric', + } + )} +
++ {new Date(whoisResult['Expiry Date']).toLocaleTimeString( + 'en-US', + { + hour: 'numeric', + minute: 'numeric', + } + )} +
++ Domain expiration +
+