Skip to content

Commit b8830ca

Browse files
Kapil DuttaKapil Dutta
authored andcommitted
Minor modifications
1 parent 08fb6da commit b8830ca

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.DS_Store

0 Bytes
Binary file not shown.

public/.DS_Store

6 KB
Binary file not shown.

public/favicon.ico

11.3 KB
Binary file not shown.

public/logo192.png

12.2 KB
Loading

public/logo512.png

7.96 KB
Loading

public/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"short_name": "React App",
3-
"name": "Create React App Sample",
2+
"short_name": "Coderplex",
3+
"name": "Coderplex Dev Website",
44
"icons": [
55
{
66
"src": "favicon.ico",

src/App.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
import logo from './logo.svg';
1+
// import logo from './logo.svg';
22
import './App.css';
33

44
function App() {
55
return (
66
<div className="App">
77
<header className="App-header">
8-
<img src={logo} className="App-logo" alt="logo" />
8+
<img src="https://avatars.githubusercontent.com/u/64628657" className="App-logo" alt="logo" />
99
<p>
10-
Edit <code>src/App.js</code> and save to reload.
10+
Welcome to Coderplex Dev Community. <br/> We are here to help you learn everything you want to learn.
1111
</p>
12-
<a
12+
{/* <a
1313
className="App-link"
1414
href="https://reactjs.org"
1515
target="_blank"
1616
rel="noopener noreferrer"
1717
>
1818
Learn React
19-
</a>
19+
</a> */}
2020
</header>
2121
</div>
2222
);

0 commit comments

Comments
 (0)