From ce3cd7ae03636e6a91622eff1b0a9d613fda368d Mon Sep 17 00:00:00 2001 From: Takeshi Kimata <117462761+kimatata@users.noreply.github.com> Date: Sat, 17 Feb 2024 09:49:11 +0900 Subject: [PATCH] light and dark theme --- frontend/app/layout.tsx | 2 +- frontend/app/page.tsx | 12 +----------- frontend/app/projects/project-card.tsx | 2 +- frontend/components/navbar.tsx | 10 +++------- 4 files changed, 6 insertions(+), 20 deletions(-) diff --git a/frontend/app/layout.tsx b/frontend/app/layout.tsx index c885b3c..d2ef180 100644 --- a/frontend/app/layout.tsx +++ b/frontend/app/layout.tsx @@ -38,7 +38,7 @@ export default function RootLayout({ )} > -
+
{children} diff --git a/frontend/app/page.tsx b/frontend/app/page.tsx index 8130a06..bce66a7 100644 --- a/frontend/app/page.tsx +++ b/frontend/app/page.tsx @@ -1,7 +1,5 @@ import { Link, button as buttonStyles } from "@nextui-org/react"; -import { siteConfig } from "@/config/site"; import { title, subtitle } from "@/components/primitives"; -import { GithubIcon } from "@/components/icons"; export default function Home() { return ( @@ -10,7 +8,7 @@ export default function Home() {

Open Source 

Test Case Management Tool 


-

+

Integrate and manage all your software testing.

@@ -26,14 +24,6 @@ export default function Home() { > Create first test project - - - GitHub -
); diff --git a/frontend/app/projects/project-card.tsx b/frontend/app/projects/project-card.tsx index 6208545..ca6800f 100644 --- a/frontend/app/projects/project-card.tsx +++ b/frontend/app/projects/project-card.tsx @@ -11,7 +11,7 @@ import NextLink from "next/link"; export function ProjectCard({ projectName, projectDetail }) { return ( - + nextui logo { ); return ( - + @@ -61,11 +61,7 @@ export const Navbar = () => { {siteConfig.navItems.map((item) => ( {item.label}