Skip to content

Commit

Permalink
NCL-8899 Add external link icon to Old UI Version item
Browse files Browse the repository at this point in the history
  • Loading branch information
DnsZhou committed Nov 13, 2024
1 parent e906e7a commit a170330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export const AppLayout = () => {
</ProtectedComponent>
{process.env.REACT_APP_PNC_OLD_UI_WEB && (
<DropdownLinkItem key="old-ui" to={process.env.REACT_APP_PNC_OLD_UI_WEB}>
Old UI Version
Old UI Version <ExternalLinkAltIcon />
</DropdownLinkItem>
)}
</>
Expand Down

0 comments on commit a170330

Please sign in to comment.