From 32970a86224b04b2e06a1b5a918ef1ca7dd4a740 Mon Sep 17 00:00:00 2001 From: Gurikov Maxim Date: Wed, 6 Nov 2024 17:23:39 +0500 Subject: [PATCH] fix --- src/Pages/not-found-page/not-found-page.tsx | 3 ++- src/components/offer/offer-card.tsx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Pages/not-found-page/not-found-page.tsx b/src/Pages/not-found-page/not-found-page.tsx index f26156c..05e617a 100644 --- a/src/Pages/not-found-page/not-found-page.tsx +++ b/src/Pages/not-found-page/not-found-page.tsx @@ -1,5 +1,6 @@ import { Link } from 'react-router-dom'; import { Helmet } from 'react-helmet-async'; +import {AppRoutes} from '../../dataTypes/enums/app-routes.ts'; export function NotFoundPage(): React.JSX.Element { return ( @@ -12,7 +13,7 @@ export function NotFoundPage(): React.JSX.Element { The page you are looking for might have been removed or is temporarily unavailable.

- + back to main page diff --git a/src/components/offer/offer-card.tsx b/src/components/offer/offer-card.tsx index 6ce0305..4ae3767 100644 --- a/src/components/offer/offer-card.tsx +++ b/src/components/offer/offer-card.tsx @@ -85,7 +85,7 @@ export function OfferCard({

- {title} + {title}

{type}