Using <NuxtImg> everywhere :)
This commit is contained in:
@@ -68,7 +68,9 @@ tiers.push({title: "F", data: tierFromScaledPickrate(0, 0.1)})
|
||||
|
||||
<div style="margin-left: 0px; margin-top: 20px; display: flex; margin-bottom: 30px; align-items: center">
|
||||
<h1 style="margin-left: 10px; font-size: 45px; font-weight: 300;">Tierlist for</h1>
|
||||
<img style="margin-left: 10px;" width="50" height="50" :src="LANE_IMAGES[lanePositionToIndex(lane)]" />
|
||||
<NuxtImg format="webp" style="margin-left: 10px;"
|
||||
width="50" height="50"
|
||||
:src="LANE_IMAGES[lanePositionToIndex(lane)]" />
|
||||
<h1 style="margin-left: 10px; font-size: 45px; font-weight: 300;">{{ POSITIONS_STR[lanePositionToIndex(lane)] }}</h1>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user