Done with the discover apps tab revamp : New look

This commit is contained in:
monilprajapati
2024-12-01 19:51:51 +05:30
parent e652d0039c
commit 02db40aa17
2 changed files with 296 additions and 258 deletions
+1 -1
View File
@@ -309,7 +309,7 @@ const AppModal = ({ open, onClose, app, userdata, globalUrl }) => {
}}
>
<Typography variant="h5" component="div" sx={{ fontWeight: 500 }}>
About Gmail
About {app?.name.replace(/_/g, ' ').replace(/\b\w/g, char => char.toUpperCase())}
</Typography>
<IconButton
onClick={onClose}