create project list screen

This commit is contained in:
Takeshi Kimata
2024-02-04 00:12:06 +09:00
parent 1eba1b190a
commit 182f021b39
22 changed files with 1635 additions and 154 deletions

View File

@@ -4,9 +4,13 @@ export const siteConfig = {
name: "Open Source Test Case Management Tool",
description: "Integrate and manage all your software testing.",
navItems: [
// {
// label: "Home",
// href: "/",
// },
{
label: "Home",
href: "/",
label: "About",
href: "/about",
},
{
label: "Projects",
@@ -24,10 +28,6 @@ export const siteConfig = {
// label: "Blog",
// href: "/blog",
// },
{
label: "About",
href: "/about",
}
],
navMenuItems: [
{