Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 15, 2024
1 parent 0de3bed commit 6588b5f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const SearchForm: React.FC<SearchFormProps> = ({
<>
<form className="content-container-smaller-width" onSubmit={HandleSubmit}>
<h1 className="font-sans-2xl text-bold margin-bottom-105">
{STEP_ONE_PAGE_TITLE}
{STEP_ONE_PAGE_TITLE}
</h1>
<h2 className="font-sans-lg text-normal margin-top-0 margin-bottom-105">
Enter patient information below to search for a patient. We will query
Expand Down Expand Up @@ -380,4 +380,4 @@ const SearchForm: React.FC<SearchFormProps> = ({
export default SearchForm;

const autofillColor = "#faf3d1";
export const STEP_ONE_PAGE_TITLE = "Step 1: Enter patient information"
export const STEP_ONE_PAGE_TITLE = "Step 1: Enter patient information";

0 comments on commit 6588b5f

Please sign in to comment.