Skip to content

Commit

Permalink
Merge pull request #147 from Orfium/hotfix/add_missing_icons_to_globa…
Browse files Browse the repository at this point in the history
…l_nav

fix: add missing icons to global nav
  • Loading branch information
mkarajohn authored Apr 5, 2024
2 parents 858bb16 + c1e9a42 commit b45b5b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ui/Navigation/components/GlobalNav/GlobalNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import { type Product } from '~/contexts/orfium-products';
import AdminIcon from '../../../../assets/admin_icon.svg';
import Logo from '../../../../assets/orfium_logo.svg';
import BillingIcon from '../../../../assets/products/billing_icon.svg';
import MatchingIcon from '../../../../assets/products/matching_icon.svg';
import RCIcon from '../../../../assets/products/rights_cloud_con.svg';
import STIcon from '../../../../assets/products/sync_tracker_icon.svg';
import {
AppIconNativeLink,
Expand All @@ -20,6 +22,8 @@ import {
const productIconsDict: Record<string, () => ReactElement> = {
earnings: BillingIcon,
'sync-tracker': STIcon,
'rights-cloud': RCIcon,
'matching-app': MatchingIcon,
};

type GlobalNavLinkProps = {
Expand Down

0 comments on commit b45b5b9

Please sign in to comment.