Skip to content

Commit

Permalink
Update books.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Purge11 committed Jul 25, 2024
1 parent 47f1f44 commit 07375a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/books/books.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h1 class="books-title">Books</h1>
<div class="book-container">
<div class="d-flex justify-content-center align-items-center flex-column">
<h2 class="book-name">Tier 1 books</h2>
<p class="book-location">You can get them after completing "Obtain your hidden power" Quest</p>
<p class="book-location">You can get them after completing "Obtain your hidden power" Quest in P3 Area.</p>
<ul>
<li class="book-item">
<img src="../../assets/img/books/red_book.png" alt="">
Expand Down Expand Up @@ -37,7 +37,7 @@ <h2 class="book-name">Tier 1 books</h2>
<div class="book-container">
<div class="d-flex justify-content-center align-items-center flex-column">
<h2 class="book-name">Tier 2 books</h2>
<p class="book-location">You can get them after completing "Obtain your hidden power" Quest</p>
<p class="book-location">You can get them after completing "Obtain your hidden power" Quest in P3 Area.</p>
<ul>
<li class="book-item">
<img src="../../assets/img/books/red_book.png" alt="">
Expand Down Expand Up @@ -73,7 +73,7 @@ <h2 class="book-name">Tier 2 books</h2>
<div class="book-container">
<div class="d-flex justify-content-center align-items-center flex-column">
<h2 class="book-name">Tier 3 books</h2>
<p class="book-location">You can get them after completing "Obtain your hidden power" Quest</p>
<p class="book-location">You can get them after completing "Obtain your hidden power" Quest in P3 Area.</p>
<ul>
<li class="book-item">
<img src="../../assets/img/books/red_book.png" alt="">
Expand Down Expand Up @@ -113,7 +113,7 @@ <h2 class="book-name">Tier 3 books</h2>
<div class="book-container">
<div class="d-flex justify-content-center align-items-center flex-column">
<h2 class="book-name">Tier 4 books</h2>
<p class="book-location">You can get them after completing "Obtain your hidden power" Quest</p>
<p class="book-location">You can get them after completing "Obtain your hidden power" Quest in P3 Area.</p>
<ul>
<li class="book-item">
<img src="../../assets/img/books/eagle_book.png" alt="">
Expand Down

0 comments on commit 07375a1

Please sign in to comment.