Skip to content
Snippets Groups Projects
Commit 61cf872e authored by Ganapathi Subramanyam  Jayam's avatar Ganapathi Subramanyam Jayam :dart:
Browse files

update

parent 5cfc522a
No related branches found
No related tags found
No related merge requests found
import "./Main.css"; import "./Main.css";
import hello from "../../assets/hello.svg"; import hello from "../../assets/hello.svg";
import Chart from "../charts/Chart";
const Main = () => { const Main = () => {
return ( return (
...@@ -11,8 +10,7 @@ const Main = () => { ...@@ -11,8 +10,7 @@ const Main = () => {
<div className="main__title"> <div className="main__title">
<img src={hello} alt="hello" /> <img src={hello} alt="hello" />
<div className="main__greeting"> <div className="main__greeting">
<h1>Hello Codersbite</h1> <h1>Welcome to Students View!</h1>
<p>Welcome to your admin dashboard</p>
</div> </div>
</div> </div>
...@@ -63,52 +61,7 @@ const Main = () => { ...@@ -63,52 +61,7 @@ const Main = () => {
</div> </div>
{/* <!-- MAIN CARDS ENDS HERE --> */} {/* <!-- MAIN CARDS ENDS HERE --> */}
{/* <!-- CHARTS STARTS HERE --> */}
<div className="charts">
<div className="charts__left">
<div className="charts__left__title">
<div>
<h1>Daily Reports</h1>
<p>Cupertino, California, USA</p>
</div>
<i className="fa fa-usd" aria-hidden="true"></i>
</div>
<Chart />
</div>
<div className="charts__right">
<div className="charts__right__title">
<div>
<h1>Stats Reports</h1>
<p>Cupertino, California, USA</p>
</div>
<i className="fa fa-usd" aria-hidden="true"></i>
</div>
<div className="charts__right__cards">
<div className="card1">
<h1>Income</h1>
<p>$75,300</p>
</div>
<div className="card2">
<h1>Sales</h1>
<p>$124,200</p>
</div>
<div className="card3">
<h1>Users</h1>
<p>3900</p>
</div>
<div className="card4">
<h1>Orders</h1>
<p>1881</p>
</div>
</div>
</div>
</div>
{/* <!-- CHARTS ENDS HERE --> */}
</div> </div>
</main> </main>
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment