There was an error while loading. Please reload this page.
1 parent a71860c commit f1b57b8Copy full SHA for f1b57b8
src/App.js
@@ -58,7 +58,7 @@ function App() {
58
<GlobalStyles />
59
<StyledApp>
60
<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>
+ <h4 className="heading">Basic data visualisation dashboard for the given data using ReactJS </h4>
62
<Router>
63
<div className="header-right">
64
<Link to='/'> Home</Link>
0 commit comments