removed placeholders
This commit is contained in:
parent
cb01acd6e0
commit
5404b1a535
@ -7,6 +7,6 @@ import AppLogoIcon from '@/components/AppLogoIcon.vue';
|
|||||||
<AppLogoIcon class="app-logo__icon" />
|
<AppLogoIcon class="app-logo__icon" />
|
||||||
</div>
|
</div>
|
||||||
<div class="app-logo__text-container">
|
<div class="app-logo__text-container">
|
||||||
<span class="app-logo__text">Laravel Starter Kit</span>
|
<span class="app-logo__text">Ledgerrz</span>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@ -32,16 +32,16 @@ const mainNavItems: NavItem[] = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
const footerNavItems: NavItem[] = [
|
const footerNavItems: NavItem[] = [
|
||||||
{
|
// {
|
||||||
title: 'Repository',
|
// title: 'Repository',
|
||||||
href: 'https://github.com/laravel/vue-starter-kit',
|
// href: 'https://github.com/laravel/vue-starter-kit',
|
||||||
icon: FolderGit2,
|
// icon: FolderGit2,
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
title: 'Documentation',
|
// title: 'Documentation',
|
||||||
href: 'https://laravel.com/docs/starter-kits#vue',
|
// href: 'https://laravel.com/docs/starter-kits#vue',
|
||||||
icon: BookOpen,
|
// icon: BookOpen,
|
||||||
},
|
// },
|
||||||
];
|
];
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user