diff --git a/src/components/announcements/ProjectsUpdateFeatureAnnouncement.tsx b/src/components/announcements/ProjectsUpdateFeatureAnnouncement.tsx deleted file mode 100644 index 208be270d1..0000000000 --- a/src/components/announcements/ProjectsUpdateFeatureAnnouncement.tsx +++ /dev/null @@ -1,30 +0,0 @@ -import { Trans, t } from '@lingui/macro' -import { useProjectPageQueries } from 'components/ProjectDashboard/hooks/useProjectPageQueries' -import { JuiceModalProps } from 'components/modals/JuiceModal' -import { NewFeatureAnnouncement } from './NewFeatureAnnouncement' - -/** - * An example of a feature announcement. - */ -export const ProjectsUpdateFeatureAnnouncement = ( - props: Pick, -) => { - const { setProjectPageTab } = useProjectPageQueries() - return ( - setProjectPageTab('updates')} - hideCancelButton - > -

- - Keep contributors up to date by adding updates periodically to your - project. - -

-
- ) -} diff --git a/src/constants/announcements.tsx b/src/constants/announcements.tsx index 89afdf2812..bac8aaf637 100644 --- a/src/constants/announcements.tsx +++ b/src/constants/announcements.tsx @@ -1,4 +1,3 @@ -import { ProjectsUpdateFeatureAnnouncement } from 'components/announcements/ProjectsUpdateFeatureAnnouncement' import { Announcement } from 'models/announcement' // e.g @@ -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(), diff --git a/src/locales/messages.pot b/src/locales/messages.pot index 59ddde98ac..3ab7b4e830 100644 --- a/src/locales/messages.pot +++ b/src/locales/messages.pot @@ -266,9 +266,6 @@ msgstr "" msgid "How do I decide?" msgstr "" -msgid "Try it now" -msgstr "" - msgid "<0>Issuance reduction rate. 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 "" @@ -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 "" @@ -2972,9 +2966,6 @@ msgstr "" msgid "All of this project's ETH will be paid out. Token holders will receive <0>no ETH 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 ""