Skip to content

Commit f1b57b8

Browse files
authored
Update App.js
1 parent a71860c commit f1b57b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function App() {
5858
<GlobalStyles />
5959
<StyledApp>
6060
<h1>Data Visualisation Dashboard <button onClick={() => themeToggler()}>Change Theme</button></h1>
61-
<h4 className="heading">Basic data visualisation dashboard for the given data using a ReactJS </h4>
61+
<h4 className="heading">Basic data visualisation dashboard for the given data using ReactJS </h4>
6262
<Router>
6363
<div className="header-right">
6464
<Link to='/'> Home</Link>

0 commit comments

Comments
 (0)