Fix virtual pets graphics not being wrapped in list element

This commit is contained in:
Helen Chong 2024-07-16 23:45:34 +08:00
parent 7b767328f8
commit 482a1fd5af
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
<section class="content__section"> <section class="content__section">
<h2>Virtual Pets</h2> <h2>Virtual Pets</h2>
<p>Feel free to check out my virtual pets and feed them!</p> <p>Feel free to check out my virtual pets and feed them!</p>
<div class="adoptables"> <ul class="adoptables">
<li data-tooltip> <li data-tooltip>
<a href="https://tamanotchi.world/13150c" data-tooltip-trigger title="My tamaNOTchi pet"><img src="https://tamanotchi.world/i2/13150" alt="It's my tamaNOTchi! Click to feed!" loading="lazy"></a> <a href="https://tamanotchi.world/13150c" data-tooltip-trigger title="My tamaNOTchi pet"><img src="https://tamanotchi.world/i2/13150" alt="It's my tamaNOTchi! Click to feed!" loading="lazy"></a>
</li> </li>
<li data-tooltip> <li data-tooltip>
<a href="https://wobble.town/visit/2042" data-tooltip-trigger title="My Wobble Town pixel pet"><img src="https://wobble.town/visit/2042/wobble.gif" alt="My Wobble Town pixel pet" loading="lazy"></a> <a href="https://wobble.town/visit/2042" data-tooltip-trigger title="My Wobble Town pixel pet"><img src="https://wobble.town/visit/2042/wobble.gif" alt="My Wobble Town pixel pet" loading="lazy"></a>
</li> </li>
</div> </ul>
</section> </section>