We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3300032 commit b40fc05Copy full SHA for b40fc05
1 file changed
resources/js/Layouts/Layout.vue
@@ -34,10 +34,10 @@ const page = usePage().props;
34
<Button title="Gallery" class="text-white" text size="large" icon="pi pi-images"
35
aria-label="Gallery"/>
36
</Link>
37
- <Link :href="route('catch-em-all.catch')" class="text-white">
+ <!-- <Link :href="route('catch-em-all.catch')" class="text-white">
38
<Button title="Catch-Em-All Game" class="text-white" text size="large" icon="pi pi-trophy"
39
aria-label="Catch-Em-All Game"/>
40
- </Link>
+ </Link> -->
41
<Link :href="route('auth.logout')" method="POST" class="text-white"
42
v-if="usePage().props.auth.user">
43
<Button title="Logout" class="text-white" text size="large" icon="pi pi-sign-out"
0 commit comments