Bufixes, prefetching root page
All checks were successful
pipeline / build-and-push-images (push) Successful in 1m31s
All checks were successful
pipeline / build-and-push-images (push) Successful in 1m31s
This commit is contained in:
@@ -30,9 +30,13 @@ if(route.path.startsWith("/tierlist/")) {
|
||||
<template>
|
||||
<div class="navbar-container">
|
||||
|
||||
<NuxtLink style="display: flex; width: fit-content; text-decoration: none; align-items: center; margin-left: 10px;" to="/">
|
||||
<NuxtImg format="webp" id="navbar-logo-img"
|
||||
src="/buildpath-high-resolution-logo-transparent.png" />
|
||||
<NuxtLink
|
||||
style="display: flex; width: fit-content; text-decoration: none; align-items: center; margin-left: 10px;"
|
||||
to="/"
|
||||
prefetch
|
||||
>
|
||||
<NuxtImg format="webp" id="navbar-logo-img"
|
||||
src="/buildpath-high-resolution-logo-transparent.png" />
|
||||
</NuxtLink>
|
||||
|
||||
<div v-for="(lane, i) in championLanes" style="display: flex; align-items: center; margin-left: 20px;">
|
||||
@@ -104,4 +108,4 @@ if(route.path.startsWith("/tierlist/")) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user