Skip to content

Commit

Permalink
Update sass api url
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Mar 1, 2023
1 parent 8fb3d27 commit e6a6900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/doc/theming/designerdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export function DesignerDoc(props) {
<p>
CSS of the themes share the same license as PrimeReact which is MIT, this means the generated CSS can be customized per your needs however this should be avoided if your customizations are not simple. For instance even to change a
primary color, since there is no variable a find and replace should be performed various times. On the other hand, this can be achieved by changing a single variable e.g. <i>$primaryColor</i>. Visit the{' '}
<a href="https://www.primefaces.org/designer/api/primereact/8.1.0">SASS API</a> for the documentation of available customization options.
<a href="https://www.primefaces.org/designer/api/primereact/9.0.0">SASS API</a> for the documentation of available customization options.
</p>

<p>
Expand Down
2 changes: 1 addition & 1 deletion components/layout/menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@
},
{
"name": "SASS API",
"href": "https://www.primefaces.org/designer/api/primereact/8.1.0"
"href": "https://www.primefaces.org/designer/api/primereact/9.0.0"
}
]
},
Expand Down

1 comment on commit e6a6900

@vercel
Copy link

@vercel vercel bot commented on e6a6900 Mar 1, 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.