diff options
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 }[]; |
