mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-21 12:11:25 +10:00
- complete onyx design template
- implement public sharable urls - implement more actions
This commit is contained in:
@ -32,7 +32,9 @@ const Hero = () => {
|
||||
Go to App
|
||||
</Button>
|
||||
) : (
|
||||
<Button title="Login" onClick={handleLogin} isLoading={loading} />
|
||||
<Button onClick={handleLogin} isLoading={loading}>
|
||||
Login
|
||||
</Button>
|
||||
)}
|
||||
<Button
|
||||
outline
|
||||
|
||||
Reference in New Issue
Block a user