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/components/stats.tsx | 2 +- envshare/app/header.tsx | 11 +++++------ envshare/app/layout.tsx | 2 +- envshare/app/page.tsx | 6 +++--- 4 files changed, 10 insertions(+), 11 deletions(-) (limited to 'envshare') diff --git a/envshare/app/components/stats.tsx b/envshare/app/components/stats.tsx index 31d74bc..be1aa71 100644 --- a/envshare/app/components/stats.tsx +++ b/envshare/app/components/stats.tsx @@ -9,7 +9,7 @@ export const Stats = asyncComponent(async () => { .get("envshare:metrics:reads") .get("envshare:metrics:writes") .exec<[number, number]>(); - const stars = await fetch("https://api.github.com/repos/chronark/envshare") + const stars = await fetch("https://api.github.com/repos/retrofor/ChienDice") .then((res) => res.json()) .then((json) => json.stargazers_count as number); 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 }[]; diff --git a/envshare/app/layout.tsx b/envshare/app/layout.tsx index 557407d..1bb4b68 100644 --- a/envshare/app/layout.tsx +++ b/envshare/app/layout.tsx @@ -33,7 +33,7 @@ export default function RootLayout({ and{" "} many others{" "} diff --git a/envshare/app/page.tsx b/envshare/app/page.tsx index ba659ca..5cda54d 100644 --- a/envshare/app/page.tsx +++ b/envshare/app/page.tsx @@ -8,7 +8,7 @@ export default function Home() {
EnvShare is Open Source on{" "} @@ -26,12 +26,12 @@ export default function Home() { operations. Unencrypted data never leaves your browser.

- Deploy - + */}