Skip to content

Commit

Permalink
identacao do ProductDetail e remocao da pasta themes e arquivos vazio…
Browse files Browse the repository at this point in the history
…s em desuso
  • Loading branch information
jandsonrj committed Jun 27, 2023
1 parent 7459f43 commit 2b109d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions frontend/components/ProductDetail.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ export default function ProductDetail({ productId, internalName }) {
{product.release_name} - {product.product_type_name}
</Typography>
{product.description !== '' && (
<Typography variant="body">{product.description}</Typography>
<Typography variant="body1">{product.description}</Typography>
)}
<Dialog
open={shareDialogOpen}
Expand All @@ -283,7 +283,9 @@ export default function ProductDetail({ productId, internalName }) {
style: { width: '500px', minHeight: '150px' }
}}
>
<DialogTitle style={{ fontSize: '16px' }}>Copy the download URL:</DialogTitle>
<DialogTitle style={{ fontSize: '16px' }}>
Copy the download URL:
</DialogTitle>
<DialogContent>
<TextField
fullWidth
Expand All @@ -292,7 +294,9 @@ export default function ProductDetail({ productId, internalName }) {
InputProps={{
endAdornment: (
<InputAdornment position="end">
<Button variant='contained' onClick={handleCopyUrl}>Copy</Button>
<Button variant="contained" onClick={handleCopyUrl}>
Copy
</Button>
</InputAdornment>
)
}}
Expand Down
Empty file removed frontend/pages/themes/dark.js
Empty file.
Empty file removed frontend/pages/themes/light.js
Empty file.

0 comments on commit 2b109d5

Please sign in to comment.