Skip to content

Commit

Permalink
Merge pull request primefaces#14317 from primefaces/prod
Browse files Browse the repository at this point in the history
Update UIKit link
  • Loading branch information
cetincakiroglu authored Dec 11, 2023
2 parents 93fcc69 + 13401d8 commit cd401fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/showcase/pages/uikit/uikit.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,14 @@
</div>

<div class="flex flex-column md:flex-row gap-4 md:gap-8 mb-5">
<a href="https://www.figma.com/file/Q7lwa8MLIcA0ts9bd9wiw2/Preview-%7C-PrimeOne-%7C-2.1.1?type=design&node-id=806%3A36648&mode=design&t=yXUcTsp5wucRdpXy-1"
<a href="https://www.figma.com/file/96Tql1EywmMtVlSFTkQ2MB/Preview-%7C-PrimeOne-%7C-2.2.0?type=design&node-id=806%3A36648&mode=design&t=CPR8n1g9WLc5D2Hs-1"
class="p-5 w-full md:w-6 bg-white flex flex-column align-items-center border-2 border-transparent hover:border-primary transition-colors transition-duration-300"
style="border-radius: 50px">
<span class="text-gray-900 text-4xl font-bold mb-5">Preview Light</span>
<img alt="Figma Light" src="https://primefaces.org/cdn/primeng/images/uikit/logo-figma-light.svg"
class="w-4rem" />
</a>
<a href="https://www.figma.com/file/Br6Z9SxeYKGZWwKXUcUkGA/Preview-%7C-Dark-%7C-PrimeOne-%7C-2.1.1?type=design&node-id=806%3A36648&mode=design&t=GhlXi6oKNtsPtiS6-1"
<a href="https://www.figma.com/file/ujRD6FFCWw1bE0h4wIebxl/Preview-%7C-Dark-%7C-PrimeOne-%7C-2.2.0?type=design&node-id=806%3A36648&mode=design&t=bG7aorZhOFIqX1qz-1"
class="p-5 w-full md:w-6 bg-gray-900 flex flex-column align-items-center border-2 border-transparent hover:border-primary transition-colors transition-duration-300"
style="border-radius: 50px">
<span class="text-white text-4xl font-bold mb-5">Preview Dark</span>
Expand Down

0 comments on commit cd401fa

Please sign in to comment.