Skip to content

Commit

Permalink
title project name
Browse files Browse the repository at this point in the history
  • Loading branch information
ankushKun committed May 21, 2024
1 parent da698c7 commit 84fa655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next_app/src/components/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ export default function Layout() {
return (
<>
<Head>
<title>BetterIDEa</title>
<title>BetterIDEa | {globalState.activeProject || "Home"}</title>
</Head>

<TopBar />
Expand Down

0 comments on commit 84fa655

Please sign in to comment.