Skip to content

Commit b40fc05

Browse files
committed
fix
1 parent 3300032 commit b40fc05

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

resources/js/Layouts/Layout.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ const page = usePage().props;
3434
<Button title="Gallery" class="text-white" text size="large" icon="pi pi-images"
3535
aria-label="Gallery"/>
3636
</Link>
37-
<Link :href="route('catch-em-all.catch')" class="text-white">
37+
<!-- <Link :href="route('catch-em-all.catch')" class="text-white">
3838
<Button title="Catch-Em-All Game" class="text-white" text size="large" icon="pi pi-trophy"
3939
aria-label="Catch-Em-All Game"/>
40-
</Link>
40+
</Link> -->
4141
<Link :href="route('auth.logout')" method="POST" class="text-white"
4242
v-if="usePage().props.auth.user">
4343
<Button title="Logout" class="text-white" text size="large" icon="pi pi-sign-out"

0 commit comments

Comments
 (0)