Skip to content

Commit

Permalink
add new project
Browse files Browse the repository at this point in the history
  • Loading branch information
rockingrohit9639 committed Jun 10, 2021
1 parent da7081d commit de9ddf7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .netlify/state.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"siteId": "08407dae-409e-46ae-9f79-52ee001ba303"
}
Binary file removed public/favicon.ico
Binary file not shown.
Binary file added public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="icon" href="%PUBLIC_URL%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Find exactly what to build next using your tech stack."
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />

<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
Expand Down
4 changes: 4 additions & 0 deletions src/components/AddNewProject/AddNewProject.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ const useStyles = makeStyles(() => ({
textarea: {
padding: "1rem",
marginTop: "1rem",
outline: "none",
border: "1px solid rgba(0, 0, 0, 0.3)",
background: "transparent",
borderRadius: "5px"
},
text: {
textAlign: "center",
Expand Down

0 comments on commit de9ddf7

Please sign in to comment.