Skip to content

Commit

Permalink
fix: make link style consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
bchrobot committed Dec 10, 2023
1 parent e1d504e commit a35f285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/lib/notices/spoke-rewired-shutdown.ts
Original file line number Diff line number Diff line change
@@ -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 ❤️`;

Expand Down

0 comments on commit a35f285

Please sign in to comment.