Skip to content

Commit d88d10c

Browse files
author
yangtao
committed
update nav's social link to new project
1 parent c134dce commit d88d10c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
```bash
8585
# 1. 克隆项目
8686
git clone https://github.com/NodePassProject/NodePassDash.git
87-
cd nodepass-webui
87+
cd NodePassDash
8888
8989
# 2. 安装依赖
9090
pnpm install

app/favicon.ico

4.19 KB
Binary file not shown.

components/layout/navbar-social.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const socialLinks = [
1313
key: "github",
1414
label: "Github",
1515
icon: "mdi:github",
16-
href: "https://github.com/Mecozea/NodePassDash",
16+
href: "https://github.com/NodePassProject/NodePassDash",
1717
target: "_blank",
1818
},
1919
{

0 commit comments

Comments
 (0)