Skip to content

Commit

Permalink
added info about organizations
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Dec 5, 2024
1 parent 30042bb commit 9aea8da
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion web/src/components/layout/nav/nav-desktop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,12 @@ export const NavDesktop = () => {
My Schemas
</Dropdown.Item>
<Dropdown.Divider />
<Dropdown.Header>Organizations</Dropdown.Header>
<Dropdown.Header className="d-flex">
Organizations
<a href="https://pep.databio.org/pephub/user/organization/" className="ms-1 text-secondary">
<div className="bi bi-info-circle"></div>
</a>
</Dropdown.Header>
{user?.orgs.length > 0 ? (
user.orgs.map((org) => (
<Dropdown.Item key={org} eventKey={org}>
Expand Down

0 comments on commit 9aea8da

Please sign in to comment.