ui changes
This commit is contained in:
parent
b6fcb92c8d
commit
35704d99f4
|
|
@ -37,6 +37,7 @@ const Page = ({ params }: IParams) => {
|
|||
}
|
||||
}, [resultData, error]);
|
||||
|
||||
console.log(data);
|
||||
|
||||
return (
|
||||
<section className="container py-[40px]">
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ const QuizTapgyrWinners = ({ id, tapgyr, questions }: IProps) => {
|
|||
<article className="flex flex-col gap-[24px]">
|
||||
<header className="flex justify-center">
|
||||
<h1 className="text-[28px] text-[#1B1B21] md:text-[36px]">
|
||||
Tapgyr {tapgyr}
|
||||
Gepleşik {tapgyr}
|
||||
</h1>
|
||||
</header>
|
||||
{data.length > 0 && !loading && !searchLoading ? (
|
||||
|
|
|
|||
Loading…
Reference in New Issue