Skip to content

Commit

Permalink
added cookpad icon and title in web browser tab
Browse files Browse the repository at this point in the history
  • Loading branch information
xutianyish committed Dec 7, 2020
1 parent e67bcbc commit f28a863
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 5 deletions.
Binary file added client/public/cookpad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed client/public/favicon.ico
Binary file not shown.
5 changes: 2 additions & 3 deletions client/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%/cookpad.png" />
<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/
Expand All @@ -24,7 +23,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>COOKPAD</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
Binary file removed client/public/logo192.png
Binary file not shown.
Binary file removed client/public/logo512.png
Binary file not shown.
2 changes: 1 addition & 1 deletion client/public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "image/x-icon"
},
{
"src": "logo192.png",
"src": "cookpad.png",
"type": "image/png",
"sizes": "192x192"
},
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/viewProfile/viewProfile.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ class ViewProfile extends Component {
<form className="signup-form" onSubmit={this.saveProfile}>
<div className="form-group" id="change-pic">
<Avatar
width={250}
width={280}
height={250}
round={true}
label={"Change profile picture"}
Expand Down

0 comments on commit f28a863

Please sign in to comment.