Compare commits

..

No commits in common. "6096e526847d57c7726c221aec9258078ae08272" and "f9e9e2b326038147e986946e502d2afb8d8700fd" have entirely different histories.

View File

@ -116,16 +116,14 @@ const AttendanceOverview = () => {
<button
className={`btn btn-sm ${view === "chart" ? "btn-primary" : "btn-outline-primary"}`}
onClick={() => setView("chart")}
title="Chart View"
>
<i className="bx bx-bar-chart-alt-2"></i>
📊
</button>
<button
className={`btn btn-sm ${view === "table" ? "btn-primary" : "btn-outline-primary"}`}
onClick={() => setView("table")}
title="Table View"
>
<i className="bx bx-task text-success"></i>
📋
</button>
</div>
</div>