diff --git a/services/frontend/src/components/layout/header.tsx b/services/frontend/src/components/layout/header.tsx index 0563f7d..3bc9470 100644 --- a/services/frontend/src/components/layout/header.tsx +++ b/services/frontend/src/components/layout/header.tsx @@ -55,7 +55,6 @@ export const Header = () => {
- Материалы diff --git a/services/frontend/src/pages/Competitions/components/CompetitionCard/index.tsx b/services/frontend/src/pages/Competitions/components/CompetitionCard/index.tsx index ddbc19b..8f257b8 100644 --- a/services/frontend/src/pages/Competitions/components/CompetitionCard/index.tsx +++ b/services/frontend/src/pages/Competitions/components/CompetitionCard/index.tsx @@ -32,9 +32,9 @@ export function CompetitionCard({ return ( -
+
{competition.title}
- -
+ +
{competition.type === CompetitionType.COMPETITIVE @@ -67,7 +67,7 @@ export function CompetitionCard({ {competition.type === CompetitionType.COMPETITIVE && ( -
+
{competition.start_date && (