Skip to content

Commit

Permalink
add guide item descriptions to Frameworks data
Browse files Browse the repository at this point in the history
  • Loading branch information
atakantepe committed Aug 18, 2023
1 parent f50ccfe commit 90436b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/doc/installation/frameworkguides.doc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function FrameworkGuidesDoc(props) {
<h5>{framework.name}</h5>
<i className="pi pi-arrow-up-right"></i>
</div>
<span>Add the PrimeFlex CSS file to your project.</span>
<span> {framework.guideDesc}</span>
</div>
</div>
</Link>
Expand Down
3 changes: 3 additions & 0 deletions data/frameworks.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export const frameworks = [
id: 'nextjs',
name: 'Nextjs',
logo: '/images/frameworks/nextjs.png',
guideDesc: 'Add the PrimeFlex CSS file to your project.',
guide: [
{
stepId: '1',
Expand Down Expand Up @@ -67,6 +68,7 @@ module.exports = {
id: 'angular',
name: 'Angular',
logo: '/images/frameworks/nextjs.png',
guideDesc: 'Add the PrimeFlex CSS file to your project.',
guide: [
{
stepId: '1',
Expand All @@ -81,6 +83,7 @@ module.exports = {
id: 'nuxt',
name: 'Nuxt',
logo: '/images/frameworks/nextjs.png',
guideDesc: 'Add the PrimeFlex CSS file to your project.',
guide: [
{
stepId: '1',
Expand Down

0 comments on commit 90436b4

Please sign in to comment.