Skip to content

Commit

Permalink
Merge pull request KelvinTegelaar#1647 from PeakeIT/PeakeIT-correct-a…
Browse files Browse the repository at this point in the history
…zure-portal-link
  • Loading branch information
KelvinTegelaar committed Jul 24, 2023
2 parents 59cc85d + 087c1ea commit 1471a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/home/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const Home = () => {
},
{
label: 'Azure',
link: `https://portal.azure.com/?tid=${currentTenant.defaultDomainName}`,
link: `https://portal.azure.com/#@${currentTenant.customerId}`,
icon: faServer,
},
{
Expand Down

0 comments on commit 1471a9d

Please sign in to comment.