Skip to content

Commit

Permalink
add paths for paayment
Browse files Browse the repository at this point in the history
  • Loading branch information
thakiyudheen committed Jul 16, 2024
1 parent b872ef9 commit e87cd23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/admin/dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const Dashboard = () => {
<div className="overflow-x-auto rounded-lg">
<table className="table-auto w-full ">
<thead>
<tr className=" dark:text-gray-400 text-black dark:text-gray-400 text-center">
<tr className=" dark:text-gray-400 dark:bg-gray-800 bg-white text-black dark:text-gray-400 text-center">
<th className='py-2'>No</th>
<th>User Name</th>
<th>Amount</th>
Expand Down
1 change: 1 addition & 0 deletions src/Components/common/skelton/pagination.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const PaginationControls: React.FC<PaginationControlsProps> = ({
<div className="flex items-center gap-2">
{pages.map((page) => (
<button

key={page}
onClick={() => setCurrentPage(page)}
className={`relative h-10 max-h-[40px] w-10 max-w-[40px] select-none rounded-lg text-center align-middle font-sans text-xs font-medium uppercase ${
Expand Down

0 comments on commit e87cd23

Please sign in to comment.