diff --git a/services/frontend/src/pages/CompetitionSession/components/CompetitionHeader/index.tsx b/services/frontend/src/pages/CompetitionSession/components/CompetitionHeader/index.tsx index 405d5c0..96f990b 100644 --- a/services/frontend/src/pages/CompetitionSession/components/CompetitionHeader/index.tsx +++ b/services/frontend/src/pages/CompetitionSession/components/CompetitionHeader/index.tsx @@ -1,6 +1,7 @@ import React from 'react'; import { Link } from 'react-router-dom'; import { Task } from '@/shared/types/task'; +import { ArrowLeft } from 'lucide-react'; interface CompetitionHeaderProps { title: string; @@ -16,10 +17,20 @@ const CompetitionHeader: React.FC = ({ return (
-
-

+
+ + + Обратно + + +

{title}

+ +