diff options
| author | 2023-04-18 03:09:15 +0800 | |
|---|---|---|
| committer | 2023-04-18 03:09:15 +0800 | |
| commit | 10c770cddf17b4b0ff7742a88840eea6246e0b5e (patch) | |
| tree | f91990d1131266089cfc9d3f691b29553dd0e81e /envshare/app/header.tsx | |
| parent | 3c35c3deb47b819b2327bf94444d653a5e5303a4 (diff) | |
| download | HydroRoll-10c770cddf17b4b0ff7742a88840eea6246e0b5e.tar.gz HydroRoll-10c770cddf17b4b0ff7742a88840eea6246e0b5e.zip | |
🏷replace
Diffstat (limited to 'envshare/app/header.tsx')
| -rw-r--r-- | envshare/app/header.tsx | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/envshare/app/header.tsx b/envshare/app/header.tsx index 872459a..9d6a3fe 100644 --- a/envshare/app/header.tsx +++ b/envshare/app/header.tsx @@ -12,14 +12,13 @@ const navigation = [ name: "Unseal", href: "/unseal", }, - - { - name: "Deploy", - href: "/deploy", - }, + // { + // name: "Deploy", + // href: "/deploy", + // }, { name: "GitHub", - href: "https://github.com/chronark/envshare", + href: "https://github.com/retrofor/ChienDice", external: true, }, ] satisfies { name: string; href: string; external?: boolean }[]; |
