Skip to content

Commit 83c854a

Browse files
change app icon and title
1 parent 6e70b7c commit 83c854a

File tree

14 files changed

+8
-6
lines changed

14 files changed

+8
-6
lines changed
951 Bytes
Loading
1.31 KB
Loading
3.08 KB
Loading
-3.78 KB
Binary file not shown.
951 Bytes
Loading
1.31 KB
Loading
3.08 KB
Loading
-3.78 KB
Binary file not shown.
2.81 KB
Loading

project-1/project-app/public/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33

44
<head>
55
<meta charset="utf-8" />
6-
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
6+
<link rel="icon" href="%PUBLIC_URL%/favicon.png" />
77
<meta name="viewport" content="width=device-width, initial-scale=1" />
88
<meta name="theme-color" content="#000000" />
9-
<meta name="description" content="Web site created using create-react-app" />
10-
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
9+
<meta name="description" content="TextUtils is a utility which can be used to manipulate your test in the way you want" />
10+
<link rel="apple-touch-icon" href="%PUBLIC_URL%/favicon-16x16.png" />
1111

1212
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
1313

1414
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
1515
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
1616

17-
<title>React App</title>
17+
<title>TextUtils - home</title>
1818
</head>
1919

2020
<body>
-5.22 KB
Binary file not shown.
-9.44 KB
Binary file not shown.

project-1/project-app/src/components/Navbar.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ export default function Navbar(props) {
2020
<a className="nav-link" href="/">{props.aboutText}</a>
2121
</li>
2222
</ul>
23+
<div className="colorBox">
24+
25+
</div>
2326
<div className={`form-check form-switch text-${props.mode ==='light' ? 'dark' : 'light'}`}>
2427
<input className="form-check-input" onClick={props.toggleMode} type="checkbox" role="switch" id="flexSwitchCheckDefault" />
2528
<label className="form-check-label" htmlFor="flexSwitchCheckDefault">Enable Mode</label>

project-1/project-app/src/components/TextForm.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import React from 'react';
32
import { useState } from 'react';
43

@@ -87,7 +86,7 @@ export default function TextForm(props) {
8786
}
8887

8988

90-
89+
// {text.replace(/ /g,"").length}
9190
// text.split(" ").length
9291

9392
// let newText = () =>{

0 commit comments

Comments
 (0)