From ebdbf92ef96597b4f4052f7985712521fdd1eecb Mon Sep 17 00:00:00 2001 From: Takeshi Kimata <117462761+kimatata@users.noreply.github.com> Date: Thu, 16 May 2024 22:03:43 +0900 Subject: [PATCH] Adjust Appearance of top bar --- frontend/src/app/[locale]/PaneDemoImages.tsx | 9 +-- frontend/src/app/[locale]/PaneMainTitle.tsx | 60 ++++++++++---------- frontend/src/app/[locale]/page.tsx | 1 - 3 files changed, 32 insertions(+), 38 deletions(-) diff --git a/frontend/src/app/[locale]/PaneDemoImages.tsx b/frontend/src/app/[locale]/PaneDemoImages.tsx index da8d1f8..d200d88 100644 --- a/frontend/src/app/[locale]/PaneDemoImages.tsx +++ b/frontend/src/app/[locale]/PaneDemoImages.tsx @@ -67,16 +67,13 @@ export default function DemoImages({ messages }: Props) { -
+
{currentImage.alt}
diff --git a/frontend/src/app/[locale]/PaneMainTitle.tsx b/frontend/src/app/[locale]/PaneMainTitle.tsx index 5bde62e..d64e6d5 100644 --- a/frontend/src/app/[locale]/PaneMainTitle.tsx +++ b/frontend/src/app/[locale]/PaneMainTitle.tsx @@ -37,46 +37,44 @@ export default function MainTitle({ locale }: Props) {
- + + - + + - + +
); diff --git a/frontend/src/app/[locale]/page.tsx b/frontend/src/app/[locale]/page.tsx index 49654bc..ca61417 100644 --- a/frontend/src/app/[locale]/page.tsx +++ b/frontend/src/app/[locale]/page.tsx @@ -1,5 +1,4 @@ import { useTranslations } from "next-intl"; -import { title, subtitle } from "@/components/primitives"; import { Divider } from "@nextui-org/react"; import PaneMainTitle from "./PaneMainTitle"; import PaneMainFeatures from "./PaneMainFeatures";