Skip to content

Commit

Permalink
updated link
Browse files Browse the repository at this point in the history
Signed-off-by: Deepak Choudhary <114693662+Deepak-Choudhary0@users.noreply.github.com>
  • Loading branch information
Deepak-Choudhary0 committed May 25, 2023
1 parent 8276b44 commit 4a03c2f
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,14 @@ import CommonForm from "../../../components/CommonForm";
form="epsma-book"
account_desc="Email the The Enterprise Path to Service Mesh Architectures 2nd Edition"
submit_title="Your copy of the book will arrive in your mailbox shortly."
submit_body="While waiting for your copy to arrive take a free <a href='https://layer5.io/learn/learning-path'>learning path</a>"
submit_body={
<span
dangerouslySetInnerHTML={{
__html:
'While waiting for your copy to arrive, take a free <a href="https://layer5.io/learn/learning-path">learning path</a>.',
}}
/>
}
/>
</Col>
</div>
Expand Down

0 comments on commit 4a03c2f

Please sign in to comment.