From 05c288002385cdbd5b62764375e1a8eb53e5a85c Mon Sep 17 00:00:00 2001 From: Rushat Gabhane Date: Tue, 19 Dec 2023 06:39:29 +0530 Subject: [PATCH 1/3] add icons --- docs/assets/images/send-money.svg | 25 ++++++++++++++++++++++ docs/assets/images/subscription-annual.svg | 23 ++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 docs/assets/images/send-money.svg create mode 100644 docs/assets/images/subscription-annual.svg diff --git a/docs/assets/images/send-money.svg b/docs/assets/images/send-money.svg new file mode 100644 index 000000000000..e858f0d5c327 --- /dev/null +++ b/docs/assets/images/send-money.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/assets/images/subscription-annual.svg b/docs/assets/images/subscription-annual.svg new file mode 100644 index 000000000000..a4b99a43b16e --- /dev/null +++ b/docs/assets/images/subscription-annual.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + From 85a18ff371e604a1ac357f053912b52d5efd77ee Mon Sep 17 00:00:00 2001 From: Rushat Gabhane Date: Tue, 19 Dec 2023 06:43:14 +0530 Subject: [PATCH 2/3] use icons --- docs/_data/_routes.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_data/_routes.yml b/docs/_data/_routes.yml index e320b690c226..d4e12d396ceb 100644 --- a/docs/_data/_routes.yml +++ b/docs/_data/_routes.yml @@ -31,7 +31,7 @@ platforms: - href: billing-and-subscriptions title: Billing & Subscriptions - icon: /assets/images/money-wings.svg + icon: /assets/images/subscription-annual.svg description: Here is where you can review Expensify's billing and subscription options, plan types, and payment methods. - href: expense-and-report-features @@ -71,7 +71,7 @@ platforms: - href: send-payments title: Send Payments - icon: /assets/images/money-wings.svg + icon: /assets/images/send-money.svg description: Uncover step-by-step guidance on sending direct reimbursements to employees, paying an invoice to a vendor, and utilizing third-party payment options. - href: workspace-and-domain-settings @@ -105,7 +105,7 @@ platforms: - href: billing-and-plan-types title: Billing & Plan Types - icon: /assets/images/money-wings.svg + icon: /assets/images/subscription-annual.svg description: Here is where you can review Expensify's billing and subscription options, plan types, and payment methods. - href: expensify-card From 83b1120be6be19d818643946e5fd5823b02b0535 Mon Sep 17 00:00:00 2001 From: Rushat Gabhane Date: Tue, 19 Dec 2023 06:43:25 +0530 Subject: [PATCH 3/3] rm money wings icon --- docs/assets/images/money-wings.svg | 1 - 1 file changed, 1 deletion(-) delete mode 100644 docs/assets/images/money-wings.svg diff --git a/docs/assets/images/money-wings.svg b/docs/assets/images/money-wings.svg deleted file mode 100644 index 87ffdf28ec4b..000000000000 --- a/docs/assets/images/money-wings.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file