Skip to content

Commit

Permalink
fix: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdibha committed Jan 12, 2024
1 parent ccb0a8d commit f84bb7d
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@ export const ThemeForm = (props: FormProps) => {
)
) : (
<LoginModal>
<Button color="primary">Save theme</Button>
<Button type="button" color="primary">
Save theme
</Button>
</LoginModal>
)
) : status === "authenticated" ? (
Expand All @@ -140,7 +142,9 @@ export const ThemeForm = (props: FormProps) => {
</CreateThemeModal>
) : (
<LoginModal>
<Button color="primary">Save theme</Button>
<Button type="button" color="primary">
Save theme
</Button>
</LoginModal>
)}
</div>
Expand Down

0 comments on commit f84bb7d

Please sign in to comment.