From e1f501fa48af3219b831e70d02fc4d796ebb92db Mon Sep 17 00:00:00 2001 From: Mohamadzadeh <7796733@gmail.com> Date: Tue, 14 Jul 2026 11:07:19 +0330 Subject: [PATCH] fix --- dist/remote/Pagination.js | 4 ++-- src/remote/ui/Pagination.remote.jsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/remote/Pagination.js b/dist/remote/Pagination.js index d4c4605..6707f2f 100644 --- a/dist/remote/Pagination.js +++ b/dist/remote/Pagination.js @@ -74,7 +74,7 @@ function ie(t) { ...t }, e.createElement("path", { - d: "M15 18L9 12L15 6", + d: "M9 18L15 12L9 6", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", @@ -96,7 +96,7 @@ function se(t) { ...t }, e.createElement("path", { - d: "M9 18L15 12L9 6", + d: "M15 18L9 12L15 6", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", diff --git a/src/remote/ui/Pagination.remote.jsx b/src/remote/ui/Pagination.remote.jsx index 59cb790..7499453 100644 --- a/src/remote/ui/Pagination.remote.jsx +++ b/src/remote/ui/Pagination.remote.jsx @@ -116,7 +116,7 @@ function ChevronRightIcon(props) { ...props, }, React.createElement("path", { - d: "M15 18L9 12L15 6", + d: "M9 18L15 12L9 6", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", @@ -140,7 +140,7 @@ function ChevronLeftIcon(props) { ...props, }, React.createElement("path", { - d: "M9 18L15 12L9 6", + d: "M15 18L9 12L15 6", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round",