onOpenApp(app.appId)} + onKeyDown={event => onOpenAppKeyDown(event, app.appId)} + > + {isMobilePortrait ? ( + <> + + {appIcon} + + {appName} + + + + + + + {isExpanded && ( + + + {t(app.descriptionKey)} + + + )} + + + {isExpanded ? : } + + > + ) : ( + <> + {appIcon} + + {appName} + {t(app.descriptionKey)} + + + + + + > + )} +