mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: additional changes
This commit is contained in:
parent
2ae8dbeba5
commit
25ac82f4ad
4 changed files with 30 additions and 15 deletions
|
|
@ -36,7 +36,7 @@ export function OrgProvider({ children, orgslug }: { children: React.ReactNode,
|
|||
return (
|
||||
<InfoUI
|
||||
href={getUriWithoutOrg(`/signup?orgslug=${orgslug}`)}
|
||||
message='You are not part of this Organization'
|
||||
message='You are not part of this Organization yet'
|
||||
cta={`Join ${org?.name}`}
|
||||
/>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue