Skip to content

Commit

Permalink
fix: Set hibp footer as html
Browse files Browse the repository at this point in the history
  • Loading branch information
flozia committed May 17, 2023
1 parent 0a07355 commit 2971d96
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/app/(nextjs_migration)/(guest)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,12 @@ export default function Home() {
>
{l10n.getString("get-started")}
</a>
<p className="hibp-attribution">
{l10n.getString("hibp-footer-attribution")}
</p>
<p
className="hibp-attribution"
dangerouslySetInnerHTML={{
__html: l10n.getString("hibp-footer-attribution"),
}}
/>
</section>
</div>
);
Expand Down

0 comments on commit 2971d96

Please sign in to comment.