mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
rename things
This commit is contained in:
parent
8f71be7b35
commit
fc4892b1cf
@ -15,7 +15,7 @@ export default function PageClient() {
|
||||
|
||||
return (
|
||||
<PageLayout
|
||||
title="User Permissions"
|
||||
title="Project Permissions"
|
||||
actions={
|
||||
<Button onClick={() => setCreatePermissionModalOpen(true)}>
|
||||
Create Permission
|
||||
@ -112,9 +112,9 @@ const navigationItems: (Label | Item | Hidden)[] = [
|
||||
type: 'item'
|
||||
},
|
||||
{
|
||||
name: "User Permissions",
|
||||
href: "/user-permissions",
|
||||
regex: /^\/projects\/[^\/]+\/user-permissions$/,
|
||||
name: "Project Permissions",
|
||||
href: "/project-permissions",
|
||||
regex: /^\/projects\/[^\/]+\/project-permissions$/,
|
||||
icon: LockKeyhole,
|
||||
type: 'item'
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user