Skip to content

Commit

Permalink
Merge pull request #1 from primefaces/main
Browse files Browse the repository at this point in the history
Update AppMenu.vue
  • Loading branch information
GelsDEV authored Feb 8, 2024
2 parents b323175 + 0697d3c commit 05ef4e1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions layouts/AppMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,22 @@ const model = ref([
icon: 'pi pi-fw pi-question',
to: '/documentation'
},
{
label: 'Figma',
url: 'https://www.dropbox.com/scl/fi/bhfwymnk8wu0g5530ceas/sakai-2023.fig?rlkey=u0c8n6xgn44db9t4zkd1brr3l&dl=0',
icon: 'pi pi-fw pi-pencil',
target: '_blank'
},
{
label: 'View Source',
icon: 'pi pi-fw pi-search',
url: 'https://github.com/GelsDEV/sakai-nuxt',
target: '_blank'
},
{
label: 'Create-Vue Version',
url: 'https://github.com/primefaces/sakai-vue',
icon: 'pi pi-fw pi-star'
}
]
}
Expand Down

0 comments on commit 05ef4e1

Please sign in to comment.