CRUD Place Button and Header components done

This commit is contained in:
2021-11-19 20:02:48 -03:00
parent bf4b020ba9
commit 9d6485b6d6
6 changed files with 72 additions and 10 deletions

View File

@@ -9,7 +9,9 @@
name="description"
content="Web site created using create-react-app"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<!--
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/
@@ -24,7 +26,7 @@
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>
<title>CRUD Place</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>