diff --git a/app/routes/store.$storeId.financial-dashboard.transactions.tsx b/app/routes/store.$storeId.financial-dashboard.transactions.tsx
index 0490c0a..6fbaf66 100644
--- a/app/routes/store.$storeId.financial-dashboard.transactions.tsx
+++ b/app/routes/store.$storeId.financial-dashboard.transactions.tsx
@@ -136,27 +136,29 @@ export default function Transactions() {
return (
{/* Header (keeps the filter button; just constrained on desktop) */}
-
-
-
لیست تراکنشها
-
{
- filterIconClicked();
- }}
- role="button"
- tabIndex={0}
- onKeyDown={(e) => {
- if (e.key === "Enter") {
+
+
+
+
لیست تراکنشها
+
{
filterIconClicked();
- }
- }}
- className="absolute top-4 h-8 w-8 left-5 rounded-full bg-WHITE shadow-xl flex items-center justify-center"
- >
-

+ }}
+ role="button"
+ tabIndex={0}
+ onKeyDown={(e) => {
+ if (e.key === "Enter") {
+ filterIconClicked();
+ }
+ }}
+ className="absolute top-4 h-8 w-8 left-5 rounded-full bg-WHITE shadow-xl flex items-center justify-center"
+ >
+

+