diff --git a/src/components/Login/LoginComponent.tsx b/src/components/Login/LoginComponent.tsx
index 61863d285..3b3d4e70b 100644
--- a/src/components/Login/LoginComponent.tsx
+++ b/src/components/Login/LoginComponent.tsx
@@ -4,12 +4,8 @@ export default function LoginComponent() {
return (
-
-
+
+
@@ -23,15 +19,22 @@ export default function LoginComponent() {
);
}
-const Button: FunctionComponent<{ className?: string }> = ({
- children,
+export const GithubLoginButton: FunctionComponent<{ className?: string }> = ({
className,
}) => {
return (
-