Skip to content

Commit

Permalink
Refactor Wirefreame links necessary doc pages
Browse files Browse the repository at this point in the history
  • Loading branch information
habubey committed Oct 27, 2023
1 parent 3452d64 commit 51adeb4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/doc/chart/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/chart.jpg" alt="chart" />
<img className="w-full" src="https://primefaces.org/cdn/primereact/images/pt/wireframe-placeholder.jpg" alt="chart" />
</div>
</>
);
Expand Down
2 changes: 1 addition & 1 deletion components/doc/editor/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/editor.jpg" alt="editor" />
<img className="w-full" src="https://primefaces.org/cdn/primereact/images/pt/wireframe-placeholder.jpg" alt="editor" />
</div>
</>
);
Expand Down
2 changes: 1 addition & 1 deletion components/doc/inputmask/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/inputmask.jpg" alt="inputmask" />
<img className="w-full" src="https://primefaces.org/cdn/primereact/images/pt/wireframe-placeholder.jpg" alt="inputmask" />
</div>
</>
);
Expand Down
2 changes: 1 addition & 1 deletion components/doc/messages/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/messages.jpg" alt="Messages" />
<img className="w-full" src="https://primefaces.org/cdn/primereact/images/pt/wireframe-placeholder.jpg" alt="Messages" />
</div>
</>
);
Expand Down
2 changes: 1 addition & 1 deletion components/doc/toast/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/toast.jpg" alt="toast" />
<img className="w-full" src="https://primefaces.org/cdn/primereact/images/pt/wireframe-placeholder.jpg" alt="toast" />
</div>
</>
);
Expand Down

0 comments on commit 51adeb4

Please sign in to comment.