From 2743ce75d5cfea83427ed54fb5cd806c803096cb Mon Sep 17 00:00:00 2001 From: kali Date: Sat, 1 Jun 2024 17:48:45 +0300 Subject: [PATCH] Made spacing the same across all pages fixed merge conflict --- app/learn/[category]/page.tsx | 3 +++ app/results/page.tsx | 29 ++++++++++++++++++++++++++++- app/sessionconfig/page.tsx | 1 + 3 files changed, 32 insertions(+), 1 deletion(-) diff --git a/app/learn/[category]/page.tsx b/app/learn/[category]/page.tsx index b94eeae..239bc77 100644 --- a/app/learn/[category]/page.tsx +++ b/app/learn/[category]/page.tsx @@ -10,7 +10,10 @@ const Page = ({ params }: { params: { category: string }}) => { return (
+
+
+