Skip to content

Commit

Permalink
feat: refine wording of "My Orders" table
Browse files Browse the repository at this point in the history
  • Loading branch information
dib542 committed May 16, 2024
1 parent 7512029 commit a309054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Orderbook/OrderbookFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default function OrderbookFooter({
const [filter, setFilter] = useState<keyof typeof switchValues>('recent');
return (
<TableCard<keyof typeof switchValues>
title="Orders"
title="My Orders"
className="pb-5 flex"
scrolling={false}
switchValues={switchValues}
Expand Down

0 comments on commit a309054

Please sign in to comment.