mirror of
https://github.com/mfts/papermark.git
synced 2025-12-20 01:03:24 +08:00
fix: unsubscribe page
This commit is contained in:
@@ -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>
|
||||
)}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user