fixes return dashboard

This commit is contained in:
PhilReact 2024-10-25 12:47:14 +03:00
parent cc0e53b3bd
commit 496a0e4f5d
2 changed files with 3 additions and 2 deletions

View File

@ -165,7 +165,8 @@ export const AppsLibrary = ({ availableQapps, setMode, myName, hasPublishApp, i
<ShowMessageReturnButton sx={{
padding: '2px'
}} onClick={() => {
setMode('home')
executeEvent("navigateBack", {});
}}>
<MailIconImg src={ReturnSVG} />
<ComposeP>Return to Apps Dashboard</ComposeP>

View File

@ -224,7 +224,7 @@ export const AppsLibraryDesktop = ({
<ShowMessageReturnButton sx={{
padding: '2px'
}} onClick={() => {
setMode('home')
executeEvent("navigateBack", {});
}}>
<MailIconImg src={ReturnSVG} />
<ComposeP>Return to Apps Dashboard</ComposeP>