Skip to content

Commit

Permalink
refactor: remove unnecessary spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
mc-jones committed Mar 15, 2024
1 parent 6dc22c2 commit 11b3e67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Components/Inquiry/Views/InquiryLogin.tsx
Expand Up @@ -156,7 +156,7 @@ export const InquiryLogin: React.FC = () => {
return (
<>
<Box as="form" onSubmit={handleSubmit}>
<Text variant="lg-display" mr={4} my={1}>
<Text variant="lg-display" mr={4}>
Log in to send your message
</Text>

Expand Down
2 changes: 1 addition & 1 deletion src/Components/Inquiry/Views/InquiryResetPassword.tsx
Expand Up @@ -72,7 +72,7 @@ export const InquiryResetPassword: React.FC = () => {
return (
<>
<Box as="form" onSubmit={handleSubmit}>
<Text variant="lg-display" mr={4} my={1}>
<Text variant="lg-display" mr={4}>
Reset your password
</Text>

Expand Down

0 comments on commit 11b3e67

Please sign in to comment.