Archived
removed history page
This commit is contained in:
@@ -6,6 +6,7 @@ pkgs.mkShell {
|
||||
buildInputs = [
|
||||
pkgs.nodejs
|
||||
pkgs.yarn
|
||||
pkgs.firebase-tools
|
||||
];
|
||||
|
||||
# Install Next.js via yarn in the shell
|
||||
|
||||
@@ -9,7 +9,7 @@ const Header = () => {
|
||||
|
||||
const navItems = [
|
||||
{ label: 'Our Products', href: '/products' },
|
||||
{ label: 'History', href: '/history' },
|
||||
// { label: 'History', href: '/history' },
|
||||
{ label: 'Contact', href: '/contact' },
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user