Skip to content

Commit

Permalink
fixing bugs after changing name
Browse files Browse the repository at this point in the history
  • Loading branch information
No0ne003 committed May 3, 2024
1 parent 8eea659 commit e6929e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function App() {
<ThemeProvider defaultTheme="system" storageKey="ui-theme">
<Header />
<Routes>
<Route path="React-Project">
<Route path="React-Projects">
<Route index element={<Home />} />
{/* Accordion component */}
<Route path="accordion" element={<Accordion />} />
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function Header() {
function Logo() {
return (
<div className="logo cursor-pointer">
<Link className="focusing" to="React-Project/">
<Link className="focusing" to="React-Projects/">
<span className="font-mono">React</span>
<span className="font-micro text-[24px] text-primary ps-[1px]">Projects</span>
</Link>
Expand Down

0 comments on commit e6929e5

Please sign in to comment.