Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SaumyaBhatt106 committed Dec 30, 2024
1 parent aa2e4a8 commit 89f11fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function App() {
};

return (
<Router basename="{process.env.PUBLIC_URL}">
<Router basename="/karya-ui">
{user && <Navbar user={user} client={client} onSignOut={handleSignOut} />}
<div style={{ display: "flex", height: "100vh" }}>
{user ? <Sidebar /> : <></>}
Expand Down

0 comments on commit 89f11fa

Please sign in to comment.