From 8259825686e252a93ea48c5ec39a483f3aa7ef7f Mon Sep 17 00:00:00 2001 From: Marc Seitz Date: Mon, 24 Mar 2025 19:42:30 +0400 Subject: [PATCH] fix: unsubscribe page --- pages/unsubscribe.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/unsubscribe.tsx b/pages/unsubscribe.tsx index 31adf9fa..e9f7c4c9 100644 --- a/pages/unsubscribe.tsx +++ b/pages/unsubscribe.tsx @@ -42,7 +42,7 @@ export default function UnsubscribePage() {

- Unsubscribe from {type === "yir" ? "Year in Review" : "Dataroom"} + Unsubscribe from {type === "yir" ? "Year in Review" : "Dataroom "} Notifications

@@ -53,7 +53,7 @@ export default function UnsubscribePage() { ) : (

Click the button below to unsubscribe from notifications for this - {type === "yir" ? "year in review" : "dataroom"}. + {type === "yir" ? "year in review" : " dataroom"}.

)}