all tabs page dashboard and responsive
This commit is contained in:
@@ -3,7 +3,7 @@ import List from "./List";
|
||||
function Transactions({ user }) {
|
||||
return (
|
||||
<div className="opacity-page">
|
||||
<p className="text-[#3B3B3B] text-[16px] font-bold">تاریخچه تراکنش ها</p>
|
||||
<p className="text-[#3B3B3B] hidden md:block text-[16px] font-bold">تاریخچه تراکنش ها</p>
|
||||
<List user={user} />
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user