Skip to content

Commit

Permalink
fix: remove 404 link
Browse files Browse the repository at this point in the history
Remove 404 link, and swap for 'Appears on publication' content

Fixes layer5io#5885

Signed-off-by: GitHub <[email protected]>
  • Loading branch information
vladboisa authored Oct 26, 2024
1 parent e5e04f1 commit aabbf3f
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,13 @@ import service_mesh_pattern_book from "./service-mesh-patterns.webp";
<BookWrapper>

<div className="book">
<a href="https://www.oreilly.com/library/view/service-mesh-patterns/9781492086444/">
<img
className="card"
width="300px"
src={service_mesh_pattern_book}
align="center"
/>
</a>
<div>&nbsp;</div>
<Button
$primary
className="banner-btn one pa-8"
title="Get the Book"
$url="https://www.oreilly.com/library/view/service-mesh-patterns/9781492086444/"
$external={true}
/>
<p>Appears on publication</p>
</div>

<p></p>
Expand Down

0 comments on commit aabbf3f

Please sign in to comment.