mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 01:37:11 +00:00
fix: build
This commit is contained in:
@@ -45,21 +45,13 @@ const CompetitionRunnerPage = () => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<<<<<<< HEAD:services/frontend/src/pages/CompetitionRunnerPage/index.tsx
|
|
||||||
<>
|
<>
|
||||||
<div className="sticky top-0 z-10 bg-white">
|
<div className="sticky top-0 z-10 bg-white">
|
||||||
<div className="max-w-6xl mx-auto px-4">
|
<div className="mx-auto max-w-6xl px-4">
|
||||||
<div className="py-3 text-center">
|
<div className="py-3 text-center">
|
||||||
<h1 className="text-lg font-semibold font-hse-sans">{competitionTitle}</h1>
|
<h1 className="font-hse-sans text-lg font-semibold">
|
||||||
=======
|
|
||||||
<>
|
|
||||||
<div className="sticky top-16 z-10 border-b border-gray-200 bg-white shadow-sm">
|
|
||||||
<div className="container mx-auto px-4">
|
|
||||||
<div className="py-4">
|
|
||||||
<h1 className="font-hse-sans text-xl font-semibold">
|
|
||||||
{competitionTitle}
|
{competitionTitle}
|
||||||
</h1>
|
</h1>
|
||||||
>>>>>>> 58f493250150ba62ac4f325a0708b96eb88661e9:services/frontend/src/pages/CompetitionSession/index.tsx
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="no-scrollbar flex items-center justify-center gap-2 overflow-x-auto pb-3">
|
<div className="no-scrollbar flex items-center justify-center gap-2 overflow-x-auto pb-3">
|
||||||
|
|||||||
Reference in New Issue
Block a user