Skip to content

Commit

Permalink
fix: improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
GelsDEV committed Nov 9, 2023
1 parent 053baf1 commit 094d8f7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
7 changes: 1 addition & 6 deletions layouts/AppMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ const model = ref([
{
label: 'View Source',
icon: 'pi pi-fw pi-search',
url: 'https://github.com/primefaces/sakai-nuxt',
url: 'https://github.com/GelsDEV/sakai-nuxt',
target: '_blank'
}
]
Expand All @@ -204,11 +204,6 @@ const model = ref([
<app-menu-item v-if="!item.separator" :item="item" :index="i"></app-menu-item>
<li v-if="item.separator" class="menu-separator"></li>
</template>
<li>
<a href="https://www.primefaces.org/primeblocks-vue/#/" target="_blank">
<img src="/layout/images/banner-primeblocks.png" alt="Prime Blocks" class="w-full mt-3" />
</a>
</li>
</ul>
</template>

Expand Down
2 changes: 1 addition & 1 deletion layouts/AppTopbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const onTopBarMenuButton = () => {
const onSettingsClick = () => {
topbarMenuActive.value = false;
router.push('/utilities/documentation');
router.push('/documentation');
};
const topbarMenuClasses = computed(() => {
Expand Down
1 change: 0 additions & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export default defineNuxtConfig({
}
},
ssr: false,
baseURL: '/sakai-nuxt/', // baseURL: '/<repository>/'
modules: ['nuxt-primevue'],
primevue: {
options: { ripple: true },
Expand Down

0 comments on commit 094d8f7

Please sign in to comment.