Skip to content

Commit

Permalink
changed manifest.json and public images
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkelCA committed Jun 14, 2021
1 parent 11daa9a commit fb9ae91
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
Binary file modified public/favicon.ico
Binary file not shown.
File renamed without changes
Binary file modified public/logo192.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 modified public/logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "Robofriends",
"name": "Robofriends: The place for robots to meat each other.",
"icons": [
{
"src": "favicon.ico",
Expand Down
Binary file removed public/robot.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/Logo/Logo.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { Component } from 'react'

const Logo = () => {
return <div id="main-logo-container">
<img id='main-logo' src={process.env.PUBLIC_URL + '/Markel.png'} alt="markel"/>
<img id='main-logo' src={process.env.PUBLIC_URL + '/logo.png'} alt="markel"/>
</div>
}

Expand Down

0 comments on commit fb9ae91

Please sign in to comment.