Skip to content

Commit

Permalink
Merge branch 'prod'
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Feb 15, 2023
2 parents 90c2c2c + e369cd5 commit f7e9df0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/doc/common/docsectioncode.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export function DocSectionCode(props) {
</CodeHighlight>
</div>
)}
<div className="flex surface-card align-items-center justify-content-end absolute" style={{ right: '.75rem', top: '.75rem', gap: '.75rem' }}>
<div className="flex surface-card align-items-center justify-content-end absolute" style={{ right: '.75rem', top: '.75rem', gap: '.75rem' }}>
{codeMode !== 'basic' && !props.hideToggleCode && (
<>
<Button
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "primereact",
"private": false,
"version": "9.1.0",
"version": "9.1.1",
"scripts": {
"dev": "next dev",
"start": "next start",
Expand Down

1 comment on commit f7e9df0

@vercel
Copy link

@vercel vercel bot commented on f7e9df0 Feb 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

primereact – ./

primereact.org
primereact-git-prod-primetek.vercel.app
primereact-primetek.vercel.app

Please sign in to comment.