Skip to content

Commit

Permalink
fix(ui): modify style
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronConlon committed Jul 25, 2024
1 parent 6ecfe69 commit 104e817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/v-next/components/sign-in.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export async function SignIn() {
<span>Logout</span>
</div>
) : (
<div className="bg-gradient-to-r from-blue-700 to-blue-500 text-white rounded-md px-2 py-1 flex items-center gap-1">
<div className="bg-gradient-to-r from-blue-700 to-blue-500 text-white rounded-md px-2 py-1 flex items-center gap-1 ml-2">
<Github size={16} color="#fff" />
<span className="hidden md:inline-block">Sign in with GitHub</span>
<span className="inline-block md:hidden">Sign In</span>
Expand Down

0 comments on commit 104e817

Please sign in to comment.