From a35f285541b81871e974f16a2b27f08ff3d31f8a Mon Sep 17 00:00:00 2001 From: Benjamin Chrobot Date: Sun, 10 Dec 2023 10:29:34 -0500 Subject: [PATCH] fix: make link style consistent --- src/server/lib/notices/spoke-rewired-shutdown.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/lib/notices/spoke-rewired-shutdown.ts b/src/server/lib/notices/spoke-rewired-shutdown.ts index 9360cd07a..6e401dd4b 100644 --- a/src/server/lib/notices/spoke-rewired-shutdown.ts +++ b/src/server/lib/notices/spoke-rewired-shutdown.ts @@ -1,6 +1,6 @@ import type { TitleContentNotice } from "@spoke/spoke-codegen"; -const shutdownNoticeContent = `Politics Rewired is winding down operations. Text messages will no longer be deliverable after **November 15, 2023** and your instance will no longer be available after **November 22, 2023**. Please find more details in our transition document here: [https://www.politicsrewired.com](https://www.politicsrewired.com) +const shutdownNoticeContent = `Politics Rewired is winding down operations. Text messages will no longer be deliverable after **November 15, 2023** and your instance will no longer be available after **November 22, 2023**. Please find more details in our transition document here: [politicsrewired.com](https://www.politicsrewired.com) Thank you for choosing us for your texting outreach, and we wish you the best of luck with all of your future organizing work ❤️`;