Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkothari22 authored Dec 18, 2024
1 parent 9037fe0 commit dd3dc78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const SocketIOHealth = () => {
</Flex>}
<div className="pt-2">
<Link underline="always" size='2' target="_blank"
title="/app/system-health-report"
title="System Health Report"
href="/app/system-health-report"><TbReportAnalytics size='16' className="-mb-0.5 pr-1" />View Full System Health Report
</Link>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ const SupportRequestForm = ({ onClose }: SupportRequestFormProps) => {
message: "Invalid email address"
}
})}
type="email"
placeholder="email@example.com"
aria-invalid={errors.email ? 'true' : 'false'}
/>
Expand Down

0 comments on commit dd3dc78

Please sign in to comment.