Skip to content

Commit

Permalink
Merge pull request #389 from nature-of-code/shiffman-patch-1
Browse files Browse the repository at this point in the history
The book is available for pre-order!
  • Loading branch information
shiffman authored Aug 23, 2023
2 parents f8e73c4 + 241f247 commit de328dd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ const Header = () => {
</h2>
</div>

<button className="hidden sm:block bg-white hover:bg-gray-100 text-noc-600 rounded font-semibold px-3 py-1 shadow">
<a
href="https://nostarch.com/nature-code"
className="hidden sm:block bg-white hover:bg-gray-100 text-noc-600 rounded font-semibold px-3 py-1 shadow"
>
Buy this book
</button>
</a>
</div>
</header>
);
Expand Down

0 comments on commit de328dd

Please sign in to comment.