mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-17 02:01:29 +10:00
- adding icons to buttons
- styling modals for dark mode
This commit is contained in:
@ -21,8 +21,8 @@ const AuthModal = () => {
|
||||
|
||||
const loggedInAction = (
|
||||
<Fragment>
|
||||
<Button className="mr-6" title="Go to App" onClick={handleGoToApp} />
|
||||
<Button title="Logout" onClick={logout} />
|
||||
<Button className="mr-6" title="Logout" onClick={logout} />
|
||||
<Button title="Go to App" onClick={handleGoToApp} />
|
||||
</Fragment>
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user