Skip to content

Commit

Permalink
move /account to /settings
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorVation committed May 17, 2023
1 parent f081ac1 commit 3e03586
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/dashboard/loading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { SiteCreateButton } from "~/app/dashboard/(sites)/SiteCreateButton";
export default function DashboardLoading() {
return (
<DashboardShell>
<DashboardHeader heading="links" text="Create and manage posts.">
<DashboardHeader heading="Links" text="Create and manage your sites.">
<SiteCreateButton />
</DashboardHeader>
<div className="divide-border-200 divide-y rounded-md border">
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions components/SideNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ const SIDE_NAV_ITEMS = [
disabled: false,
},
{
title: "Account",
href: "/dashboard/account",
title: "Settings",
href: "/dashboard/settings",
icon: Settings,
disabled: false,
},
Expand Down
2 changes: 1 addition & 1 deletion components/UserAccountNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export function UserAccountNav({ user }: UserAccountNavProps) {
<Link href="/dashboard/billing">Billing</Link>
</DropdownMenuItem>
<DropdownMenuItem asChild>
<Link href="/dashboard/account">Account</Link>
<Link href="/dashboard/settings">Settings</Link>
</DropdownMenuItem>
<DropdownMenuSeparator />
<DropdownMenuItem
Expand Down

1 comment on commit 3e03586

@vercel
Copy link

@vercel vercel bot commented on 3e03586 May 17, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.