fix: servers tab is breaking legacy navbar (#5496)
This commit is contained in:
@@ -69,7 +69,8 @@
|
||||
</NuxtLink>
|
||||
</div>
|
||||
<div
|
||||
:class="`col-span-2 row-start-2 flex flex-wrap justify-center ${flags.projectTypesPrimaryNav ? 'gap-1' : 'gap-4'} lg:col-span-1 lg:row-start-auto`"
|
||||
class="col-span-2 row-start-2 flex flex-wrap justify-center lg:col-span-1 lg:row-start-auto"
|
||||
:class="{ 'gap-4': !flags.projectTypesPrimaryNav }"
|
||||
>
|
||||
<template v-if="flags.projectTypesPrimaryNav">
|
||||
<ButtonStyled
|
||||
|
||||
Reference in New Issue
Block a user