Skip to content

Commit

Permalink
hotfix2
Browse files Browse the repository at this point in the history
  • Loading branch information
DanyloPasko committed Jul 31, 2023
1 parent 6b3b1a9 commit 3e8367a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/pages/AccessoriesPage/AccessoriesPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,3 @@ export const AccessoriesPage = () => {
</div>
);
};

3 changes: 2 additions & 1 deletion src/pages/NoResultsPage/NoResults.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable max-len */
import './NoResults.scss';
import noResults from '../../Icons/noResults.png';

Expand All @@ -12,7 +13,7 @@ export const NoResults = () => {

<p className="error__desc">
Maybe you want to go back to
<a href="/" className="error__link"> Home page </a>
<a href="https://danylopasko.github.io/react_phone-catalog/#/" className="error__link"> Home page </a>
?
</p>
</div>
Expand Down

0 comments on commit 3e8367a

Please sign in to comment.