Skip to content

Commit

Permalink
Merge pull request #5931 from Tharanishwaran/added-link-to-Kanvas
Browse files Browse the repository at this point in the history
Added Kanvas link to dropdown menu
  • Loading branch information
vishalvivekm authored Sep 26, 2024
2 parents c82e9e9 + 7d882c7 commit bdf08cb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/sections/General/Navigation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,17 @@ const Navigation = () => {
</div>
Cloud
</a>
<a
rel="noreferrer"
className="drop-item"
href="https://playground.meshery.io/extension/meshmap?mode=visualize&view=default"
target="_blank"
>
<div className="drop-item-icon">
<KanvasIcon />
</div>
Kanvas
</a>
<a
rel="noreferrer"
className="drop-item"
Expand Down

0 comments on commit bdf08cb

Please sign in to comment.