Skip to content

Commit

Permalink
feat: show budget name on menu title
Browse files Browse the repository at this point in the history
  • Loading branch information
rare-magma committed May 3, 2023
1 parent fa49d04 commit b7cf2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ function NavBar({
>
<Offcanvas.Header>
<Offcanvas.Title id={`offcanvasNavbarLabel-expand-md`}>
guitos
{initialSelectedName ? initialSelectedName : "guitos"}
</Offcanvas.Title>
<Button
aria-label="close menu"
Expand Down

0 comments on commit b7cf2a3

Please sign in to comment.