Skip to content

Commit 7af4236

Browse files
committed
Move docs icon to left side of header
1 parent 9225724 commit 7af4236

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/lib/components/layout/Header.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
<Icon name="menu" size={14} />
3434
</button>
3535
{/if}
36+
<a href="{base}/" class="icon-btn" use:tooltip={'Docs'}>
37+
<Icon name="book" size={14} />
38+
</a>
3639
<nav class="package-tabs">
3740
{#each packageOrder as id}
3841
{@const pkg = packages[id]}
@@ -48,9 +51,6 @@
4851
</nav>
4952
</div>
5053
<div class="header-right header-actions">
51-
<a href="{base}/" class="icon-btn" use:tooltip={'Docs'}>
52-
<Icon name="book" size={14} />
53-
</a>
5454
<a href={nav.home} class="icon-btn" use:tooltip={'Home'}>
5555
<Icon name="home" size={14} />
5656
</a>

0 commit comments

Comments
 (0)