@@ -271,7 +269,7 @@ export default function ContactDetailPage() {
{dayjs(contact.updatedAt).fromNow()}
-
+
{dayjs(contact.updatedAt).format('DD MMMM YYYY, hh:mm')}
diff --git a/apps/web/src/pages/contacts/index.tsx b/apps/web/src/pages/contacts/index.tsx
index c61cada..2b16292 100644
--- a/apps/web/src/pages/contacts/index.tsx
+++ b/apps/web/src/pages/contacts/index.tsx
@@ -338,18 +338,16 @@ export default function ContactsPage() {
{formatRelativeTime(contact.createdAt)}
-
+
{dayjs(contact.createdAt).format('DD MMMM YYYY, hh:mm')}
|
-
-
-
+
@@ -388,16 +386,14 @@ export default function ContactsPage() {
{formatRelativeTime(contact.createdAt)}
-
+
{dayjs(contact.createdAt).format('Do MMMM YYYY, h:mm A')}
-
-
-
+
diff --git a/apps/web/src/pages/index.tsx b/apps/web/src/pages/index.tsx
index 79755ad..8b5f8bc 100644
--- a/apps/web/src/pages/index.tsx
+++ b/apps/web/src/pages/index.tsx
@@ -113,11 +113,9 @@ export default function Index() {
Please contact support to resolve this issue and get your project re-enabled.
-
-
-
+
)}
@@ -167,11 +165,9 @@ export default function Index() {
Your emails currently include Plunk branding. Upgrade to a subscription to remove it.
-
-
-
+
)}
diff --git a/apps/web/src/pages/manage/[id].tsx b/apps/web/src/pages/manage/[id].tsx
index b0f7d72..6e233eb 100644
--- a/apps/web/src/pages/manage/[id].tsx
+++ b/apps/web/src/pages/manage/[id].tsx
@@ -165,7 +165,7 @@ export default function Manage() {
|