From 04f1e4c8fc70103da77096cedf8897c9de254bde Mon Sep 17 00:00:00 2001
From: Shendy <73803630+shendy-a8c@users.noreply.github.com>
Date: Tue, 3 Dec 2024 05:11:39 +0700
Subject: [PATCH] Remove payout timing notice and update the help tooltip.
(#9812)
---
changelog/update-7900-payout-notice | 4 +
.../deposits-overview/deposit-notices.tsx | 17 ----
.../deposits-overview/deposit-schedule.tsx | 84 ++++---------------
client/components/deposits-overview/index.tsx | 6 --
.../test/__snapshots__/index.tsx.snap | 45 +---------
5 files changed, 23 insertions(+), 133 deletions(-)
create mode 100644 changelog/update-7900-payout-notice
diff --git a/changelog/update-7900-payout-notice b/changelog/update-7900-payout-notice
new file mode 100644
index 00000000000..4a49df73e41
--- /dev/null
+++ b/changelog/update-7900-payout-notice
@@ -0,0 +1,4 @@
+Significance: minor
+Type: update
+
+Remove payout timing notice and update the help tooltil on Payments Overview page.
diff --git a/client/components/deposits-overview/deposit-notices.tsx b/client/components/deposits-overview/deposit-notices.tsx
index 281785fc60a..7a65a9a8e6f 100644
--- a/client/components/deposits-overview/deposit-notices.tsx
+++ b/client/components/deposits-overview/deposit-notices.tsx
@@ -5,7 +5,6 @@ import React from 'react';
import { __, sprintf } from '@wordpress/i18n';
import interpolateComponents from '@automattic/interpolate-components';
import { Link } from '@woocommerce/components';
-import { tip } from '@wordpress/icons';
import { ExternalLink } from '@wordpress/components';
import { addQueryArgs } from '@wordpress/url';
@@ -104,22 +103,6 @@ export const NewAccountWaitingPeriodNotice: React.FC = () => (
);
-/**
- * Renders a notice informing the user of the number of days it may take for deposits to appear in their bank account.
- */
-export const DepositTransitDaysNotice: React.FC = () => (
-