Skip to content

Commit

Permalink
Fix:paths
Browse files Browse the repository at this point in the history
  • Loading branch information
MHMighani committed May 20, 2022
1 parent 9644007 commit e197210
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"homepage":"https://github.com/MHMighani/chortkeh",
"homepage":"https://mhmighani.github.io/chortkeh",
"name": "chortkeh-client",
"version": "0.1.0",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion client/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function App() {
<NavbarT />
<Switch>
{/* <Route exact path="/" component={Portfolio} /> */}
<Route path="/portfolio-details" component={PortfolioDetails} />
<Route path="/chortkeh" component={PortfolioDetails} />
<Route path="/assets/details/" component={AssetDetails} />
<Route exact path="/add/goldcurrency/" component={GoldCurrencyForm} />
<Route exact path="/add/stock" component={StockForm} />
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const Navbar = () => {
return (
<BootNavbar expand="lg">
<Container>
<Link to="/portfolio-details" style={{ textDecoration: "none" }}>
<Link to="/chortkeh" style={{ textDecoration: "none" }}>
<BootNavbar.Brand>چرتکه</BootNavbar.Brand>
</Link>
<DarkModeToggleBtn />
Expand Down

1 comment on commit e197210

@vercel
Copy link

@vercel vercel bot commented on e197210 May 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

chortkeh – ./

chortkeh-mhmgh2012.vercel.app
chortkeh-git-client-version-mhmgh2012.vercel.app
chortkeh.vercel.app

Please sign in to comment.