Skip to content

Commit a868b0a

Browse files
Merge pull request #36 from codeXsit/codex-fix-about-us-link
fix: about us link
2 parents 8d22374 + 39cc192 commit a868b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import About from "@/pages/About/index";
55
const routes = [
66
{
77
lable: "About",
8-
path: "/about",
8+
path: "/about-us",
99
requireAuth: false,
1010
render: <About />,
1111
},

0 commit comments

Comments
 (0)