mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 23:22:02 +00:00
chore(docs): display AppHeader GitHub link on mobile (#741)
This commit is contained in:
parent
096b0e3305
commit
3bf6bb10fd
@ -8,8 +8,7 @@
|
|||||||
|
|
||||||
<div class="flex items-center flex-1 justify-center lg:justify-start">
|
<div class="flex items-center flex-1 justify-center lg:justify-start">
|
||||||
<Link :to="localePath('/')" aria-label="homeLink">
|
<Link :to="localePath('/')" aria-label="homeLink">
|
||||||
<!-- "mr-4 lg:mr-0" to optically center logo text -->
|
<Logo :settings="settings" class="h-8 md:h-9" />
|
||||||
<Logo :settings="settings" class="h-8 mr-4 md:h-9 lg:mr-0" />
|
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -20,7 +19,7 @@
|
|||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div class="flex items-center justify-end gap-1 lg:flex-1">
|
<div class="flex items-center justify-end gap-1 lg:flex-1">
|
||||||
<GitHubButton class="hidden lg:block" />
|
<GitHubButton />
|
||||||
<TwitterButton class="hidden lg:block" />
|
<TwitterButton class="hidden lg:block" />
|
||||||
<ColorSwitcher class="hidden lg:block" padding="p-3" />
|
<ColorSwitcher class="hidden lg:block" padding="p-3" />
|
||||||
<AlgoliaSearchBox v-if="settings && settings.algolia" :options="settings.algolia" :settings="settings" />
|
<AlgoliaSearchBox v-if="settings && settings.algolia" :options="settings.algolia" :settings="settings" />
|
||||||
|
Loading…
Reference in New Issue
Block a user