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
I just purchase the book, and the code in chapter 4.3.3 show : <img class="h-auto w-auto" th:src="@{/svg/application-logo.png}" alt="Application Logo"/>
should be : <img class="h-8 w-auto" th:src="@{/svg/application-logo.svg}" alt="Application Logo">
like in this repo
The text was updated successfully, but these errors were encountered:
I just purchase the book, and the code in chapter 4.3.3 show :
<img class="h-auto w-auto" th:src="@{/svg/application-logo.png}" alt="Application Logo"/>
should be :
<img class="h-8 w-auto" th:src="@{/svg/application-logo.svg}" alt="Application Logo">
like in this repo
The text was updated successfully, but these errors were encountered: