style: add `translations` class in `VPNavBarExtra` (#1896)

pull/1930/head
Alex Kozack 2 years ago committed by GitHub
parent f1fe79b9df
commit dd1f0bf774
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,7 +20,7 @@ const hasExtraContent = computed(
<template>
<VPFlyout v-if="hasExtraContent" class="VPNavBarExtra" label="extra navigation">
<div v-if="localeLinks.length && currentLang.label" class="group">
<div v-if="localeLinks.length && currentLang.label" class="group translations">
<p class="trans-title">{{ currentLang.label }}</p>
<template v-for="locale in localeLinks" :key="locale.link">

Loading…
Cancel
Save