From 611e4c5600d6128b99bd0492e5a3e1cf1ce25840 Mon Sep 17 00:00:00 2001
From: Serkan Reis <serkanreis@gmail.com>
Date: Thu, 23 Feb 2023 17:59:41 +0300
Subject: [PATCH] Update dashboard name

---
 components/IncomeDashboardDisclaimer.tsx | 2 +-
 components/Sidebar.tsx                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/IncomeDashboardDisclaimer.tsx b/components/IncomeDashboardDisclaimer.tsx
index 79ea02f..54c76d9 100644
--- a/components/IncomeDashboardDisclaimer.tsx
+++ b/components/IncomeDashboardDisclaimer.tsx
@@ -50,7 +50,7 @@ export const IncomeDashboardDisclaimer = (props: IncomeDashboardDisclaimerProps)
               />
             </div>
             <br />
-            Are you sure to proceed to the Creator Income Dashboard?
+            Are you sure to proceed to the Creator Revenue Dashboard?
           </div>
           <div className="flex justify-end w-full">
             <Button className="px-0 mt-4 mr-5 mb-4 max-h-12 bg-gray-600 hover:bg-gray-700">
diff --git a/components/Sidebar.tsx b/components/Sidebar.tsx
index f4fe8a9..50517d0 100644
--- a/components/Sidebar.tsx
+++ b/components/Sidebar.tsx
@@ -78,7 +78,7 @@ export const Sidebar = () => {
                     className="w-full h-full text-lg font-bold text-gray hover:text-white normal-case bg-clip-text bg-transparent border-none animate-none btn modal-button"
                     htmlFor="my-modal-1"
                   >
-                    Income Dashboard
+                    Revenue Dashboard
                   </label>
                 </li>
               </Conditional>