Skip to content

Commit

Permalink
add new tag on catalogé
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinsamuel committed Oct 16, 2023
1 parent 9b5cea6 commit b036ce9
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions pkgs/app/src/components/Org/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import { AvatarAuto } from '@/components/AvatarAuto';
import * as Dropdown from '@/components/Dropdown';
import { Flex } from '@/components/Flex';
import * as Menu from '@/components/Menu';
import { Tag } from '@/components/Tag';
import type { RouteOrg } from '@/types/routes';

import cls from './index.module.scss';
Expand Down Expand Up @@ -158,9 +159,14 @@ export const OrgMenu: React.FC = () => {
key: 'catalog',
label: (
<Link to={`${linkSelf}/_/catalog`}>
<Flex gap="l">
<IconListSearch />
Catalog
<Flex justify="space-between" grow={1}>
<Flex gap="l">
<IconListSearch />
Catalog
</Flex>
<Tag size="s" variant="light">
new
</Tag>
</Flex>
</Link>
),
Expand Down

0 comments on commit b036ce9

Please sign in to comment.