diff --git a/frontend/src/components/quiz/quiz-details-skeleton.tsx b/frontend/src/components/quiz/quiz-details-skeleton.tsx new file mode 100644 index 00000000..b5e53c14 --- /dev/null +++ b/frontend/src/components/quiz/quiz-details-skeleton.tsx @@ -0,0 +1,23 @@ +import { Card, Skeleton } from "@nextui-org/react"; + +export default function QuizDetailsCardSkeleton() { + return ( + +
+ +
+
+ + +
+ +
+
+
+ +
+
+
+
+ ); +} diff --git a/frontend/src/pages/post.tsx b/frontend/src/pages/post.tsx index dca5c0b9..975f9590 100644 --- a/frontend/src/pages/post.tsx +++ b/frontend/src/pages/post.tsx @@ -199,7 +199,7 @@ export default function Post() { - +