Skip to content

Commit

Permalink
Merge branch 'master' into prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Aug 23, 2022
2 parents 632010b + 6358c42 commit 5a3b273
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-build.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "primereact",
"version": "8.4.0",
"version": "8.5.0",
"private": false,
"author": "PrimeTek Informatics",
"description": "PrimeReact is an open source UI library for React featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBlock, which has 280+ ready to use UI blocks to build spectacular applications in no time.",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@
"sass": "^1.53.0",
"typescript": "^4.7.4"
}
}
}
2 changes: 1 addition & 1 deletion pages/uikit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ const UIKitPage = (props) => {
</li>
</ul>
<hr className="mb-3 mx-0 border-top-1 border-none surface-border" />
<a href="mailto:contact@primetek:com.tr" className="bg-bluegray-500 text-white hover:bg-bluegray-400 p-3 w-full border-round text-center transition-colors transition-duration-300 font-bold">Contact Us</a>
<a href="mailto:contact@primetek.com.tr" className="bg-bluegray-500 text-white hover:bg-bluegray-400 p-3 w-full border-round text-center transition-colors transition-duration-300 font-bold">Contact Us</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 5a3b273

Please sign in to comment.