Skip to content

Commit

Permalink
Merge pull request #790 from Sifchain/staging
Browse files Browse the repository at this point in the history
[hotfix] external navigation items
  • Loading branch information
alanrsoares authored Sep 30, 2022
2 parents 7c954b7 + dc29440 commit 9b4a30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/NavSidePanel/NavSidePanelItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default defineComponent({
>
{props.displayName}

{isExternal.value && !isMarginUrl && (
{isExternal.value && (
<AssetIcon
icon="interactive/open-external"
size={16}
Expand Down

1 comment on commit 9b4a30a

@vercel
Copy link

@vercel vercel bot commented on 9b4a30a Sep 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.