Issues_Aug_1W #355
@ -116,14 +116,16 @@ const AttendanceOverview = () => {
|
|||||||
<button
|
<button
|
||||||
className={`btn btn-sm ${view === "chart" ? "btn-primary" : "btn-outline-primary"}`}
|
className={`btn btn-sm ${view === "chart" ? "btn-primary" : "btn-outline-primary"}`}
|
||||||
onClick={() => setView("chart")}
|
onClick={() => setView("chart")}
|
||||||
|
title="Chart View"
|
||||||
>
|
>
|
||||||
📊
|
<i className="bx bx-bar-chart-alt-2"></i>
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
className={`btn btn-sm ${view === "table" ? "btn-primary" : "btn-outline-primary"}`}
|
className={`btn btn-sm ${view === "table" ? "btn-primary" : "btn-outline-primary"}`}
|
||||||
onClick={() => setView("table")}
|
onClick={() => setView("table")}
|
||||||
|
title="Table View"
|
||||||
>
|
>
|
||||||
📋
|
<i className="bx bx-task text-success"></i>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user