From 584810e5f35215d1ad9b1b842c44190f88f11d41 Mon Sep 17 00:00:00 2001
From: chakkun1121 <99847806+chakkun1121@users.noreply.github.com>
Date: Thu, 1 Feb 2024 00:34:22 +0000
Subject: [PATCH] fix style
---
app/(app)/app/layout.tsx | 4 +-
app/(app)/flashCard/_card/card.tsx | 13 ++--
app/(app)/flashCard/_card/main.tsx | 2 +-
app/(app)/flashCard/cardResult.tsx | 112 ++++++++++++++---------------
app/(app)/flashCard/main.tsx | 78 ++++++++++----------
app/layout.tsx | 2 +-
6 files changed, 101 insertions(+), 110 deletions(-)
diff --git a/app/(app)/app/layout.tsx b/app/(app)/app/layout.tsx
index e40aea6..082d1d8 100644
--- a/app/(app)/app/layout.tsx
+++ b/app/(app)/app/layout.tsx
@@ -5,13 +5,13 @@ import { Metadata } from "next";
export default function AppLayout({ children }: { children: ReactNode }) {
return (
-
+ >
);
}
export const metadata: Metadata = {
diff --git a/app/(app)/flashCard/_card/card.tsx b/app/(app)/flashCard/_card/card.tsx
index 90fa2e7..b72db0d 100644
--- a/app/(app)/flashCard/_card/card.tsx
+++ b/app/(app)/flashCard/_card/card.tsx
@@ -91,10 +91,7 @@ export default function FlashCard({
);
return (
-
+
{currentQuestion && (
)}
-