Skip to content

Commit

Permalink
Merge pull request #412 from factly/fix/header-section
Browse files Browse the repository at this point in the history
align org and app selector in header
  • Loading branch information
shreeharsha-factly authored Dec 16, 2023
2 parents 1c8ae7b + 863d129 commit 4404f18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/components/GlobalNav/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ function Header() {
return (
<Layout.Header className="layout-header">
<div style={{ display: 'flex', justifyContent: 'flex-end', alignItems: 'center' }}>
<div >
<div style={{ display: 'flex', flexDirection: 'row', alignItems: 'center' }}>
{window.REACT_APP_ENABLE_MULTITENANCY === 'true' ? (
<>
<Link style={{ display: 'flex' }} to="/organisation/create">
<Link style={{ display: 'flex', marginRight: '5px' }} to="/organisation/create">
<Button icon={<PlusOutlined />} style={{ background: '#F1F1F1', border: 'none' }}>
New Organisation
</Button>
Expand Down

0 comments on commit 4404f18

Please sign in to comment.