Lint frontend
Some checks failed
pipeline / lint-and-format (push) Failing after 4m18s
pipeline / build-and-push-images (push) Has been skipped

This commit is contained in:
2026-01-21 23:39:03 +01:00
parent f307e3a8fc
commit 3d79d9e495
21 changed files with 356 additions and 183 deletions

View File

@@ -33,7 +33,7 @@ if (route.path.startsWith('/tierlist/')) {
<template>
<!-- To make content have a 300px margin -->
<div class="sidebar-margin"/>
<div class="sidebar-margin" />
<div class="sidebar-container">
<Logo
@@ -42,7 +42,7 @@ if (route.path.startsWith('/tierlist/')) {
style="padding-left: 15px; padding-right: 15px; margin-top: 30px"
/>
<div v-for="(lane, i) in championLanes">
<div v-for="(lane, i) in championLanes" :key="i">
<div
style="
display: flex;
@@ -103,6 +103,7 @@ if (route.path.startsWith('/tierlist/')) {
<h2 style="padding-left: 20px; font-size: 2.4rem; margin-bottom: 10px">Tierlist</h2>
<NuxtLink
v-for="(pos, i) in POSITIONS"
:key="i"
style="margin-top: 5px; margin-bottom: 5px"
:to="'/tierlist/' + pos"
>