Skip to content

Commit

Permalink
Merge branch '1274-intimate-partner-violence' into qa-one
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Schroer committed Aug 9, 2023
2 parents f36774a + 7e733c3 commit 7c9de37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/pages/Pdf/IntimatePartnerViolencePdfPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ export const IntimatePartnerViolencePdfPage = () => {
</div>
<ul className="generalResources">
{generalResources.map((r) => (
<li>
<li key={r.header}>
<GeneralResource
header={r.header}
resourceItems={r.resourceItems}
Expand All @@ -356,7 +356,7 @@ export const IntimatePartnerViolencePdfPage = () => {
</ul>
</div>
<div className="rightColumn">
<img className="checklistImage" src={Checklist} alt="" />
<img className="checklistImage" src={`${window.location.origin}${Checklist}`} alt="" />
<div className="recommendedResource">
<div className="resourceContent">
<div>
Expand Down

0 comments on commit 7c9de37

Please sign in to comment.