From 10c770cddf17b4b0ff7742a88840eea6246e0b5e Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Tue, 18 Apr 2023 03:09:15 +0800 Subject: 🏷replace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- envshare/app/header.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'envshare/app/header.tsx') 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 }[]; -- cgit v1.2.3-70-g09d2