Skip to content

Commit

Permalink
Refactor #4359 - Dialog wireframe image path
Browse files Browse the repository at this point in the history
  • Loading branch information
habubey committed May 12, 2023
1 parent b288474 commit 81c0780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/doc/dialog/pt/wireframe.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const Wireframe = (props) => {
<>
<DocSectionText {...props} />
<div>
<img className="w-full" src="https://primefaces.org/cdn/primereact/images/pt/wireframe-placeholder.jpg" alt="dialog" />
<img className="w-full" src="https://primefaces.org/cdn/primereact/images/pt/dialog.jpg" alt="dialog" />
</div>
</>
);
Expand Down

0 comments on commit 81c0780

Please sign in to comment.