From 4919f028c884a041da7ff098abb02389b4eac598 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Tue, 18 Apr 2023 03:02:17 +0800 Subject: ✨add envshare docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/header.tsx | 60 ---------------------------------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 app/header.tsx (limited to 'app/header.tsx') diff --git a/app/header.tsx b/app/header.tsx deleted file mode 100644 index 872459a..0000000 --- a/app/header.tsx +++ /dev/null @@ -1,60 +0,0 @@ -"use client"; -import React from "react"; -import Link from "next/link"; -import { usePathname } from "next/navigation"; - -const navigation = [ - { - name: "Share", - href: "/share", - }, - { - name: "Unseal", - href: "/unseal", - }, - - { - name: "Deploy", - href: "/deploy", - }, - { - name: "GitHub", - href: "https://github.com/chronark/envshare", - external: true, - }, -] satisfies { name: string; href: string; external?: boolean }[]; - -export const Header: React.FC = () => { - const pathname = usePathname(); - return ( -
-
-
- - EnvShare - - {/* Desktop navigation */} - -
-
- - {/* Fancy fading bottom border */} -
- ); -}; -- cgit v1.2.3-70-g09d2