Skip to content

Commit cc1a520

Browse files
committed
fix: github connect url
1 parent 2c5ca7f commit cc1a520

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/partials/_socials-link.blade.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212

1313
<div class="mt-6">
1414
<div>
15-
<x-buttons.default :href="route('social.auth', ['provider' => 'github'])" class="w-full gap-2">
15+
<a href="{{ route('social.auth', ['provider' => 'github']) }}" class="w-full gap-2 inline-flex justify-center py-2 px-4 bg-white border-0 ring-1 ring-gray-200 dark:ring-white/20 rounded-lg shadow-sm text-sm text-gray-700 hover:text-gray-900 dark:text-gray-400 hover:bg-white/50 dark:hover:bg-white/10 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-white focus:ring-green-500 dark:bg-gray-800 dark:focus:ring-offset-gray-900">
1616
<span class="sr-only">{{ __('pages/auth.continue_with', ['social' => 'Github']) }}</span>
1717
<x-icon.github class="size-5" aria-hidden="true" />
1818
Github
19-
</x-buttons.default>
19+
</a>
2020
</div>
2121
</div>
2222
</div>

0 commit comments

Comments
 (0)