Skip to content

Commit

Permalink
rm project updates announcement (#4077)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomquirk authored Sep 19, 2023
1 parent 70a1035 commit bec7a63
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 51 deletions.
30 changes: 0 additions & 30 deletions src/components/announcements/ProjectsUpdateFeatureAnnouncement.tsx

This file was deleted.

13 changes: 1 addition & 12 deletions src/constants/announcements.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { ProjectsUpdateFeatureAnnouncement } from 'components/announcements/ProjectsUpdateFeatureAnnouncement'
import { Announcement } from 'models/announcement'

// e.g
Expand All @@ -10,17 +9,7 @@ import { Announcement } from 'models/announcement'
// expire: new Date('2023-05-10').valueOf(),
// Content: IntroProfileAnnouncement,
// },
export const Announcements: Announcement[] = [
{
id: 'project-updates',
expire: new Date('2023-08-18').valueOf(),
conditions: [
({ router }) => router.pathname.startsWith('/v2/p/'),
({ isProjectOwner }) => isProjectOwner,
],
Content: ProjectsUpdateFeatureAnnouncement,
},
]
export const Announcements: Announcement[] = []

const expired = Announcements.filter(
a => a.expire && a.expire < Date.now().valueOf(),
Expand Down
9 changes: 0 additions & 9 deletions src/locales/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,6 @@ msgstr ""
msgid "How do I decide?"
msgstr ""

msgid "Try it now"
msgstr ""

msgid "<0>Issuance reduction rate</0>. This allows you to predictably reduce your project token's issuance rate (tokens per ETH) over time without needing to manually edit your cycle."
msgstr ""

Expand Down Expand Up @@ -2855,9 +2852,6 @@ msgstr ""
msgid "If you don't raise the sum of your payouts (<0/>{distributionLimit}), this address will receive {0}% of all the ETH you raise."
msgstr ""

msgid "Project updates 📢"
msgstr ""

msgid "When checked, payments made through this address will mint the project's ERC-20 tokens. Payments will incur slightly higher gas fees. When unchecked, the Juicebox protocol will internally track the beneficiary's tokens, and they can claim their ERC-20 tokens at any time."
msgstr ""

Expand Down Expand Up @@ -2972,9 +2966,6 @@ msgstr ""
msgid "All of this project's ETH will be paid out. Token holders will receive <0>no ETH</0> when redeeming their tokens."
msgstr ""

msgid "Keep contributors up to date by adding updates periodically to your project."
msgstr ""

msgid "Re-launch on V3"
msgstr ""

Expand Down

1 comment on commit bec7a63

@vercel
Copy link

@vercel vercel bot commented on bec7a63 Sep 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.