Skip to content

Commit

Permalink
add cars gallery styles
Browse files Browse the repository at this point in the history
add cars gallery styles
add persist  storage logic
  • Loading branch information
Victoria-Fedkova committed Sep 18, 2023
1 parent f38808e commit 1988d15
Show file tree
Hide file tree
Showing 31 changed files with 882 additions and 476 deletions.
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
},
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@reduxjs/toolkit": "^1.9.5",
Expand Down
7 changes: 2 additions & 5 deletions src/App.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
#root {
max-width: 1280px;
margin: 0 auto;
/* padding: 0 2rem; */

& main {
padding: 32px;
background-color: #f6f7f9;
max-width: 1248px;
margin: 0 auto;
}
}
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function App() {
<Route path="/" element={<SharedLayout />}>
<Route index element={<MainPage />} />
<Route path="cars/*" element={<CarsPage />} />
<Route path="favourite" element={<FavouritePage />} />
<Route path="favorites" element={<FavouritePage />} />
<Route path="*" element={<NotFound />} />
</Route>
</Routes>
Expand Down
Binary file removed src/assets/Ads.png
Binary file not shown.
3 changes: 3 additions & 0 deletions src/assets/FilledHeart.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/StrokedHeard.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1988d15

Please sign in to comment.