feat: style the billing page

This commit is contained in:
Ahmed Bouhuolia
2024-07-27 21:47:17 +02:00
parent 7720b1cc34
commit 383be111fa
7 changed files with 188 additions and 19 deletions

View File

@@ -58,6 +58,7 @@ function DashboardTopbarUser({
}
/>
<MenuDivider />
<MenuItem text={'Billing'} onClick={() => history.push('/billing')} />
<MenuItem
text={<T id={'keyboard_shortcuts'} />}
onClick={onKeyboardShortcut}
@@ -79,6 +80,4 @@ function DashboardTopbarUser({
</Popover>
);
}
export default compose(
withDialogActions,
)(DashboardTopbarUser);
export default compose(withDialogActions)(DashboardTopbarUser);