ui changes

This commit is contained in:
Ilgeldi 2025-04-07 16:20:17 +05:00
parent b6fcb92c8d
commit 35704d99f4
2 changed files with 2 additions and 1 deletions

View File

@ -37,6 +37,7 @@ const Page = ({ params }: IParams) => {
} }
}, [resultData, error]); }, [resultData, error]);
console.log(data);
return ( return (
<section className="container py-[40px]"> <section className="container py-[40px]">

View File

@ -81,7 +81,7 @@ const QuizTapgyrWinners = ({ id, tapgyr, questions }: IProps) => {
<article className="flex flex-col gap-[24px]"> <article className="flex flex-col gap-[24px]">
<header className="flex justify-center"> <header className="flex justify-center">
<h1 className="text-[28px] text-[#1B1B21] md:text-[36px]"> <h1 className="text-[28px] text-[#1B1B21] md:text-[36px]">
Tapgyr {tapgyr} Gepleşik {tapgyr}
</h1> </h1>
</header> </header>
{data.length > 0 && !loading && !searchLoading ? ( {data.length > 0 && !loading && !searchLoading ? (