Skip to content

Commit

Permalink
Your commit message
Browse files Browse the repository at this point in the history
Signed-off-by: Sparsh Dusad <sparshdusad007@gmail.com>
Signed-off-by: SparshDusad <sparshdusad007@gmail.com>
  • Loading branch information
SparshDusad committed May 10, 2024
1 parent 97f472c commit cc7a7f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions provider-ui/components/Provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export default function Provider() {

return (
<ProviderLayout>
<MesheryLogo src="/provider/static/img/meshery-logo/meshery-logo-light-text.png"
<MesheryLogo src="/static/img/meshery-logo/meshery-logo-light-text.png"
alt="logo"
/>
<CustomDiv>
Expand Down Expand Up @@ -262,8 +262,10 @@ export default function Provider() {
</DialogContent>
<CustomDialogActions>
<div className="learnmore">
<a href="https://docs.meshery.io/extensibility/providers">Providers in Meshery Docs</a><img src={externalLinkIcon} width="16px" />
<a href="https://docs.meshery.io/extensibility/providers">Providers in Meshery Docs<img src="/static/img/external-link.svg" width="16px" />
</a>
</div>

<Button
onClick={handleModalClose}
color="primary"
Expand Down

1 comment on commit cc7a7f6

@SparshDusad
Copy link
Contributor Author

Choose a reason for hiding this comment

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

[UI] Broken image link in Provider modal. #10909
This is with reference to the issue , assigned to me.

Please sign in to comment.