Skip to content

Commit

Permalink
remove classes from h3s
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewheeler committed Oct 25, 2024
1 parent 063e1ce commit b317949
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/our-products/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function StandaloneProducts() {
alt="Placeholder"
/>
<div className="mt-2 flex flex-col items-start">
<h3 className="usa-graphic-list__heading">eCR Viewer</h3>
<h3>eCR Viewer</h3>
<p>
Graphic headings can be used a few different ways, depending on
what your landing page is for. Highlight your values, specific
Expand All @@ -67,7 +67,7 @@ function StandaloneProducts() {
alt="Placeholder"
/>
<div className="mt-2 flex flex-col items-start">
<h3 className="usa-graphic-list__heading">Query Connector</h3>
<h3>Query Connector</h3>
<p>
Allows public health staff to query a wide network of healthcare
organizations for data relevant to a given condition. It gives
Expand All @@ -91,7 +91,7 @@ function StandaloneProducts() {
alt="Placeholder"
/>
<div className="mt-2 flex flex-col items-start">
<h3 className="usa-graphic-list__heading">eCR Parser</h3>
<h3>eCR Parser</h3>
<p>
Enables public health staff to extract relevant data from eCR
messages based on a user-defined parsing schema. It exports that
Expand All @@ -113,7 +113,7 @@ function StandaloneProducts() {
alt="Placeholder"
/>
<div className="mt-2 flex flex-col items-start">
<h3 className="usa-graphic-list__heading">eCR Refiner</h3>
<h3>eCR Refiner</h3>
<p>
Reduces eCR files down to only the most useful, necessary
information to alleviate performance and storage burden on
Expand Down

0 comments on commit b317949

Please sign in to comment.