Skip to content

Commit

Permalink
Update vessel.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Purge11 committed Jan 16, 2024
1 parent f4eae63 commit df1b2d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/vessel/vessel.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ <h1 class="sg-tit-2">ITEMS YOU CAN CRAFT
<input type="radio" id="tab-9" name="tabby-tabs">
<label for="tab-9">Change Skin for Laser Weapons</label>
<div class="tabby-content">
<img width="600px" src="../../assets/img/vessel/plague_doctor_buffs.png"
<img width="600px" src=""
style="border: 2px solid rgb(96, 76, 170); border-radius: 15px 50px 30px; max-width: 100%;" />
<hr>
<p><img width="35px" src="../../assets/img/vessel/amber_fire.png" style="max-width: 50%;"> x5</p>
Expand Down Expand Up @@ -285,7 +285,7 @@ <h1 class="sg-tit-2">ITEMS YOU CAN CRAFT
<input type="radio" id="tab-10" name="tabby-tabs">
<label for="tab-10">Laser Weapon Skins</label>
<div class="tabby-content">
<img width="600px" src="../../assets/img/vessel/plague_doctor_buffs.png"
<img width="600px" src="../../assets/img/costumes/weapon-skins/laser.png"
style="border: 2px solid rgb(96, 76, 170); border-radius: 15px 50px 30px; max-width: 100%;" />
<hr>
<p><img width="35px" src="../../assets/img/vessel/amber_fire.png" style="max-width: 50%;"> x13</p>
Expand All @@ -306,6 +306,7 @@ <h1 class="sg-tit-2">ITEMS YOU CAN CRAFT
<hr>
<p><img width="35px" src="../../assets/img/vessel/lord_hatus_essence.png" style="max-width: 50%;"> x4</p>
<hr>
<hr>
<p> <img width="35px" src="../../assets/img/vessel/paper.png" style="max-width: 100%;"> x10000</p>
<hr>
<hr>
Expand Down

0 comments on commit df1b2d1

Please sign in to comment.