mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
update login button text
This commit is contained in:
parent
fd58197035
commit
ca9cd881c4
@ -1,4 +1,5 @@
|
||||
import React from "react";
|
||||
import { AiOutlineGoogle } from "react-icons/ai";
|
||||
import { altogic } from "src/api/altogic";
|
||||
import { Button } from "src/components/Button";
|
||||
import { Modal, ModalProps } from "src/components/Modal";
|
||||
@ -15,7 +16,8 @@ export const LoginModal: React.FC<ModalProps> = ({ setVisible, visible }) => {
|
||||
<h2>Welcome Back!</h2>
|
||||
<p>Login to unlock full potential of JSON Crack!</p>
|
||||
<Button onClick={handleLoginClick} status="SECONDARY" block>
|
||||
Login
|
||||
<AiOutlineGoogle size={24} />
|
||||
Login with Google
|
||||
</Button>
|
||||
</Modal.Content>
|
||||
<Modal.Controls setVisible={setVisible} />
|
||||
|
Loading…
x
Reference in New Issue
Block a user