Skip to content

Commit

Permalink
Merge pull request #22 from Hekikai/fix/docs
Browse files Browse the repository at this point in the history
fix(docs): Переведены некоторые заголовки
  • Loading branch information
Ibochkarev authored Jun 11, 2024
2 parents 01d0192 + 26af602 commit 32a2f8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/AppHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ defineProps<{
</template>

<template #right>
<UTooltip text="Search" :shortcuts="[metaSymbol, 'K']">
<UTooltip text="Поиск" :shortcuts="[metaSymbol, 'K']">
<UContentSearchButton :label="null" />
</UTooltip>

Expand Down
2 changes: 1 addition & 1 deletion pages/docs/[...slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ defineOgImageComponent('Docs', {
</UPageBody>
<template v-if="page.toc !== false" #right>
<UContentToc :links="page.body?.toc?.links" :ui="{ wrapper: '' }">
<UContentToc title="Оглавление" :links="page.body?.toc?.links" :ui="{ wrapper: '' }">
<template #bottom>
<div class="hidden lg:block space-y-6" :class="{ '!mt-6': page.body?.toc?.links?.length }">
<UDivider v-if="page.body?.toc?.links?.length" type="dashed" />
Expand Down
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ useSeoMeta({
</template>

<template #title>
Интуитивный<br><span class="text-primary block lg:inline-block">Vue фреймворк</span>
Интуитивный<br><span class="text-primary block lg:inline-block">Vue-фреймворк</span>
</template>

<template #description>
Expand Down

0 comments on commit 32a2f8d

Please sign in to comment.