Skip to content

Commit

Permalink
Refactor: landing UI Kit SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
habubey committed Oct 9, 2023
1 parent c73f2cb commit a00a37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/landing/headersection.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const HeaderSection = (props) => {
</li>
<li className="mr-0 lg:mr-2">
<a href="https://primereact.org/uikit/">
<img src="https://primefaces.org/cdn/primereact/images/landing-new/uikit-icon.svg" alt="primereact designer" />
<img src="https://primefaces.org/cdn/primereact/images/landing-new/uikit-icon.svg" alt="primereact designer" width={30} />
<span>UI Kit</span>
</a>
</li>
Expand Down

0 comments on commit a00a37e

Please sign in to comment.