diff --git a/public/favicon.ico b/public/favicon.ico index a11777cc471a4344702741ab1c8a588998b1311a..a79ec18b87a2e63e2fba8023cea8b3199ccae1a5 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/index.html b/public/index.html index aa069f27cbd9d53394428171c3989fd03db73c76..536e1e1b77c86ab923af589ebf8069efd55bf85b 100644 --- a/public/index.html +++ b/public/index.html @@ -1,21 +1,19 @@ <!DOCTYPE html> <html lang="en"> - <head> - <meta charset="utf-8" /> - <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <meta name="theme-color" content="#000000" /> - <meta - name="description" - content="Web site created using create-react-app" - /> - <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> - <!-- + +<head> + <meta charset="utf-8" /> + <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <meta name="theme-color" content="#000000" /> + <meta name="description" content="Web site created using create-react-app" /> + <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> + <!-- manifest.json provides metadata used when your web app is installed on a user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ --> - <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> - <!-- + <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> + <!-- Notice the use of %PUBLIC_URL% in the tags above. It will be replaced with the URL of the `public` folder during the build. Only files inside the `public` folder can be referenced from the HTML. @@ -24,12 +22,13 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - <title>React App</title> - </head> - <body> - <noscript>You need to enable JavaScript to run this app.</noscript> - <div id="root"></div> - <!-- + <title>Gerador de Formulários</title> +</head> + +<body> + <noscript>You need to enable JavaScript to run this app.</noscript> + <div id="root"></div> + <!-- This HTML file is a template. If you open it directly in the browser, you will see an empty page. @@ -39,5 +38,6 @@ To begin the development, run `npm start` or `yarn start`. To create a production bundle, use `npm run build` or `yarn build`. --> - </body> -</html> +</body> + +</html> \ No newline at end of file diff --git a/public/logo192.png b/public/logo192.png deleted file mode 100644 index fc44b0a3796c0e0a64c3d858ca038bd4570465d9..0000000000000000000000000000000000000000 Binary files a/public/logo192.png and /dev/null differ diff --git a/public/logo512.png b/public/logo512.png deleted file mode 100644 index a4e47a6545bc15971f8f63fba70e4013df88a664..0000000000000000000000000000000000000000 Binary files a/public/logo512.png and /dev/null differ diff --git a/public/manifest.json b/public/manifest.json index 080d6c77ac21bb2ef88a6992b2b73ad93daaca92..b7787e489758a01df9e834f03727868c2c3b8ed6 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,25 +1,15 @@ { - "short_name": "React App", - "name": "Create React App Sample", + "short_name": "Gerador de formulários", + "name": "Gerador de formulários", "icons": [ { "src": "favicon.ico", "sizes": "64x64 32x32 24x24 16x16", "type": "image/x-icon" - }, - { - "src": "logo192.png", - "type": "image/png", - "sizes": "192x192" - }, - { - "src": "logo512.png", - "type": "image/png", - "sizes": "512x512" } ], "start_url": ".", "display": "standalone", "theme_color": "#000000", "background_color": "#ffffff" -} +} \ No newline at end of file diff --git a/src/components/fieldsListForms/SearchBar.jsx b/src/components/fieldsListForms/SearchBar.jsx index a3c03f0620fdb3fb69534f946a74eaf992d29f45..b84e24b7b6dd5d2af639d3e2872a19f59bacf63d 100644 --- a/src/components/fieldsListForms/SearchBar.jsx +++ b/src/components/fieldsListForms/SearchBar.jsx @@ -7,6 +7,7 @@ import InputAdornment from "@material-ui/core/InputAdornment"; const useStyles = makeStyles(theme => ({ container: { + width: "254px", height: "50px", marginTop: "15px", marginBottom: "15px", diff --git a/src/components/fieldsListForms/Tab.jsx b/src/components/fieldsListForms/Tab.jsx index fdcc5dcd3df99be4bfd23677235803ba21b2d78e..e4b96d696c5f59ef72f83577051a93ab5be38f5e 100644 --- a/src/components/fieldsListForms/Tab.jsx +++ b/src/components/fieldsListForms/Tab.jsx @@ -55,6 +55,7 @@ const useStyles = makeStyles(theme => ({ }, gridMenu: { + width: "254px", display: "flex", alignItems: "center", marginLeft: "20px" @@ -94,7 +95,7 @@ function Tab(props) { inputProps={{ "aria-label": "Without label" }} > <MenuItem value=""> - <em>Original</em> + Original </MenuItem> <MenuItem value={1}>Alfabética</MenuItem> <MenuItem value={2}>Mais recente</MenuItem> diff --git a/src/components/header/header.jsx b/src/components/header/header.jsx index b7e6287f504c5cf992328982f5aef9a1c9f01844..76c6b2a617b486fbeaa0235ab4cb1cae0b808611 100644 --- a/src/components/header/header.jsx +++ b/src/components/header/header.jsx @@ -118,7 +118,7 @@ export default function Header() { className={classes.link} > <h2 className={classes.form_creator}> - Gerenciador de Formulários + Gerador de Formulários </h2> </a> </Grid> diff --git a/src/pages/ListForms.js b/src/pages/ListForms.js index dc08ca8eb8e4dad3691d41df67a872d0cbe7f8e2..7c5e07b099b7396d4289213d434d11b5d23c944b 100644 --- a/src/pages/ListForms.js +++ b/src/pages/ListForms.js @@ -140,7 +140,7 @@ export default function ListForms() { ) : ( <Grid item> <Typography variant="h4"> - Nenhum formulário foi encontrado! + Nenhum formulário foi encontrado </Typography> </Grid> )}