mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-20 15:05:48 +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