Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
IvettaDashkova committed Dec 1, 2023
1 parent ee83da5 commit 83bec9f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ function App() {
<Route path="/second" element={<SecondPage />}>
<Route path=":half" element={<HalfPage />} />
</Route>

<Route path="*" element={<ErrorPage />} />
</Route>
</Routes>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
import sprite from 'assets/sprite.svg';

export const Header = () => {
console.log('ffdf');

return (
<HeaderContainer>
<Navigation>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Header/Header.styled.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Link } from 'react-router-dom';
import styled from 'styled-components';

export const HeaderContainer = styled.div`
padding: 10px;
padding: 20px;
`;

export const Navigation = styled.nav`
Expand Down

0 comments on commit 83bec9f

Please sign in to comment.