Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Dec 19, 2023
1 parent 9670cc3 commit 02ab936
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Icons } from "@midday/ui/icons";

export default function Bills() {
export default function Inbound() {
return (
<div className="h-[calc(100vh-300px)] flex items-center justify-center">
<div className="flex flex-col items-center">
Expand Down
4 changes: 2 additions & 2 deletions apps/dashboard/src/components/command-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ const navigation = [
icon: Icons.Overview,
},
{
name: "Inbox",
path: "/inbox",
name: "Inbound",
path: "/inbound",
icon: Icons.Inbox2,
},
{
Expand Down
4 changes: 2 additions & 2 deletions apps/dashboard/src/components/main-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export function MainMenu() {
icon: () => <Icons.Overview size={22} />,
},
{
path: "/bills",
name: "Bills",
path: "/inbound",
name: "Inbound",
icon: () => <Icons.Inbox2 size={22} />,
},
{
Expand Down

0 comments on commit 02ab936

Please sign in to comment.