Skip to content

Commit

Permalink
fexed siuvykla link
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaskls committed Nov 18, 2024
1 parent 0670264 commit 953ee6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ export function App() {
<Route path="/drabuziu-taisymo-kainos" element={<Pricing />} />
<Route path="/contacts" element={<Navigate to="/kontaktai" replace state={{from: '/contacts'}} />} />
<Route path="/kontaktai" element={<Contacting />} />
<Route path="/gallery" element={<Gallery />
} />
<Route path="/gallery" element={<Gallery />} />
</Routes>
</Router>
</HelmetProvider>
Expand Down
2 changes: 1 addition & 1 deletion src/components/sideMenu/SideMenu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const SidebarMenu = () => {
</li>
<li className={style.liGallery}>
<Scissors />
<Link to="siuvykla">
<Link to="/siuvykla">
<span onClick={closeMenu}>Siuvimas</span>
</Link>
</li>
Expand Down

0 comments on commit 953ee6f

Please sign in to comment.