Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-kolmak committed Apr 19, 2024
1 parent 587af36 commit 0ba1102
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pincow",
"version": "0.1.0",
"private": true,
"homepage": "https://github.com/evgeniy-kolmak/pincow/",
"homepage": "https://evgeniy-kolmak.github.io/pincow/",
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
Expand Down
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function App() {

const router = createBrowserRouter(
createRoutesFromElements(
<Route path='/' element={<Singlepage data={weather} />}>
<Route path='/pincow' element={<Singlepage data={weather} />}>
<Route index element={<Main />} />
<Route path='about' element={<About />} />
<Route path='forecast' element={<Forecast handleData={handleData} handleCity={handleCity} handleResponse={handleResponse} />} />
Expand Down

0 comments on commit 0ba1102

Please sign in to comment.