Merge pull request #112 from public-awesome/develop

Sync development > main
This commit is contained in:
Serkan Reis 2023-02-23 18:04:25 +03:00 committed by GitHub
commit 69e7525349
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ export const IncomeDashboardDisclaimer = (props: IncomeDashboardDisclaimerProps)
/> />
</div> </div>
<br /> <br />
Are you sure to proceed to the Creator Income Dashboard? Are you sure to proceed to the Creator Revenue Dashboard?
</div> </div>
<div className="flex justify-end w-full"> <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"> <Button className="px-0 mt-4 mr-5 mb-4 max-h-12 bg-gray-600 hover:bg-gray-700">

View File

@ -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" 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" htmlFor="my-modal-1"
> >
Income Dashboard Revenue Dashboard
</label> </label>
</li> </li>
</Conditional> </Conditional>