Added the UI for download from github and added two CTAs

This commit is contained in:
monilprajapati
2024-12-02 12:08:21 +05:30
parent c9cba51d50
commit 675707cb49
2 changed files with 596 additions and 32 deletions
+2 -2
View File
@@ -323,7 +323,7 @@ const AppModal = ({ open, onClose, app, userdata, globalUrl }) => {
fontFamily: "Inter"
}}
>
<Typography variant="h5" component="div" sx={{ fontWeight: 500, color: "#F1F1F1" }}>
<Typography component="div" sx={{ fontWeight: 500, color: "#F1F1F1", fontSize: "22px" }}>
About {app?.name.replace(/_/g, ' ').replace(/\b\w/g, char => char.toUpperCase())}
</Typography>
<IconButton
@@ -359,7 +359,7 @@ const AppModal = ({ open, onClose, app, userdata, globalUrl }) => {
display: "flex",
flexDirection: "row",
}}>
<Typography variant="h6" component="div" sx={{ fontWeight: 600 }}>
<Typography variant="h5" component="div" sx={{ fontWeight: 600 }}>
{newAppname}
</Typography>
{