fix: unsubscribe page

This commit is contained in:
Marc Seitz
2025-03-24 19:42:30 +04:00
parent e74f1c4c59
commit 8259825686

View File

@@ -42,7 +42,7 @@ export default function UnsubscribePage() {
<div className="flex min-h-screen flex-col items-center justify-center bg-gray-50 p-4">
<div className="w-full max-w-md rounded-lg bg-white p-8 shadow-md">
<h1 className="mb-6 text-center text-2xl font-bold">
Unsubscribe from {type === "yir" ? "Year in Review" : "Dataroom"}
Unsubscribe from {type === "yir" ? "Year in Review" : "Dataroom "}
Notifications
</h1>
@@ -53,7 +53,7 @@ export default function UnsubscribePage() {
) : (
<p className="mb-6 text-center text-gray-600">
Click the button below to unsubscribe from notifications for this
{type === "yir" ? "year in review" : "dataroom"}.
{type === "yir" ? "year in review" : " dataroom"}.
</p>
)}