File tree Expand file tree Collapse file tree
apps/frontend/src/layouts Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 </NuxtLink >
7070 </div >
7171 <div
72- :class =" `col-span-2 row-start-2 flex flex-wrap justify-center ${flags.projectTypesPrimaryNav ? 'gap-2 ' : 'gap-4'} lg:col-span-1 lg:row-start-auto`"
72+ :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`"
7373 >
7474 <template v-if =" flags .projectTypesPrimaryNav " >
7575 <ButtonStyled
148148 {{ formatMessage(commonProjectTypeCategoryMessages.plugin) }}
149149 </nuxt-link >
150150 </ButtonStyled >
151+ <ButtonStyled
152+ type =" transparent"
153+ :highlighted =" route.name === 'discover-servers' || route.path.startsWith('/server/')"
154+ :highlighted-style ="
155+ route.name === 'discover-servers' ? 'main-nav-primary' : 'main-nav-secondary'
156+ "
157+ >
158+ <nuxt-link to =" /discover/servers" >
159+ <ServerIcon aria-hidden =" true" />
160+ {{ formatMessage(commonProjectTypeCategoryMessages.server) }}
161+ </nuxt-link >
162+ </ButtonStyled >
151163 </template >
152164 <template v-else >
153165 <ButtonStyled
You can’t perform that action at this time.
0 commit comments