Sign In -> Sign In with GitHub

This commit is contained in:
Kurt Mackey 2022-02-01 19:43:06 -06:00 committed by GitHub
parent cf7d571818
commit 08c052a17f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ defmodule LiveBeatsWeb.SignInLive do
<div class="bg-white py-8 px-4 shadow sm:rounded-lg sm:px-10">
<div class="space-y-6">
<a href={LiveBeats.Github.authorize_url()} class="w-full flex justify-center py-2 px-4 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500">
Sign in
Sign in with GitHub
</a>
</div>
</div>