fix
All checks were successful
Build and Deploy Next.js + Nginx Docker Image / build-and-deploy (push) Successful in 51s
Build and Deploy Next.js + Nginx Docker Image / deploy (push) Successful in 7s

This commit is contained in:
Mohamadzadeh 2026-07-14 11:07:19 +03:30
parent 430b99b4b8
commit e1f501fa48
2 changed files with 4 additions and 4 deletions

View File

@ -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",

View File

@ -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",