Skip to content

Commit

Permalink
Merge branch 'bob/2663-query-flow-redirect' of https://github.com/CDC…
Browse files Browse the repository at this point in the history
…gov/dibbs-query-connector into bob/2663-query-flow-redirect
  • Loading branch information
fzhao99 committed Oct 15, 2024
2 parents d0c1aee + 6588b5f commit ab92642
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 ab92642

Please sign in to comment.