removed placeholders
Some checks failed
linter / quality (push) Failing after 1m2s
tests / ci (8.3) (push) Failing after 49s
tests / ci (8.4) (push) Failing after 1m4s
tests / ci (8.5) (push) Failing after 1m6s

This commit is contained in:
Daan Meijer 2026-06-16 15:13:37 +02:00
parent cb01acd6e0
commit 5404b1a535
2 changed files with 11 additions and 11 deletions

View File

@ -7,6 +7,6 @@ import AppLogoIcon from '@/components/AppLogoIcon.vue';
<AppLogoIcon class="app-logo__icon" />
</div>
<div class="app-logo__text-container">
<span class="app-logo__text">Laravel Starter Kit</span>
<span class="app-logo__text">Ledgerrz</span>
</div>
</template>

View File

@ -32,16 +32,16 @@ const mainNavItems: NavItem[] = [
];
const footerNavItems: NavItem[] = [
{
title: 'Repository',
href: 'https://github.com/laravel/vue-starter-kit',
icon: FolderGit2,
},
{
title: 'Documentation',
href: 'https://laravel.com/docs/starter-kits#vue',
icon: BookOpen,
},
// {
// title: 'Repository',
// href: 'https://github.com/laravel/vue-starter-kit',
// icon: FolderGit2,
// },
// {
// title: 'Documentation',
// href: 'https://laravel.com/docs/starter-kits#vue',
// icon: BookOpen,
// },
];
</script>