Skip to content

Commit

Permalink
feat: update mock org name (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurTriis1 authored Oct 10, 2024
1 parent 80f320c commit 71a1936
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const SelfManagementDrawer = ({ isOpen, closeDrawer }: SelfManagementDraw
size='partial'
direction='rightSide'
>
<SelfManagementDrawerHeader onCloseDrawer={closeDrawer} onSwitchButtonClick={() => setOpenCustomerDrawer(true)} orgName='stellar inc.' orgUrl='/self-management' />
<SelfManagementDrawerHeader onCloseDrawer={closeDrawer} onSwitchButtonClick={() => setOpenCustomerDrawer(true)} orgName='Stellar Inc.' orgUrl='/self-management' />
<SelfManagementDrawerBody />
<SelfManagementDrawerFooter
person={{
Expand Down

0 comments on commit 71a1936

Please sign in to comment.