You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Book image on home page now directs to book's Amazon page (#598)
## Description
The book image showing the Essential C# 12.0 cover is now clickable.
Clicking it opens Amazon's page for the book.
No open issue for this.
### Ensure that your pull request has followed all the steps below:
- [x] Code compilation
- [ ] Created tests which fail without the change (if possible) -
__N/A__
- [ ] All tests passing -
__EssentialCSharp.Web.Tests.FunctionalTests.WhenTheApplicationStarts_ItCanLoadLoadPages(relativeUrl:
"/guidelines") does not pass. I believe it's supposed to be pulling from
EssentialCSharp.Web/Guidelines/guidelines.json but that does not exist.
I'm not sure where it comes from, but I'm going to assume it's handled
elsewhere.__
- [ ] Extended the README / documentation, if necessary - __N/A__
---------
Co-authored-by: Benjamin Michaelis <[email protected]>
0 commit comments