Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hacktoberfest✨ #202

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lib/components/MobileNav.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
>
<span class="aw-icon-star" aria-hidden="true" />
<span class="text">Star on GitHub</span>
<span class="aw-inline-tag aw-sub-body-400">33.2K</span>
<span class="aw-inline-tag aw-sub-body-400">35.2K</span>
</a>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/lib/components/Search.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
style:-webkit-backdrop-filter="blur(15px)"
bind:this={container}
on:click={handleExit}
transition:fade={{ duration: 50 }}
transition:fade={{ duration: 100 }}
>
<div
class="aw-input-text-search-wrapper aw-u-max-width-680 aw-u-margin-inline-20 u-width-full-line"
Expand All @@ -161,7 +161,7 @@
type="text"
id="search"
bind:value
placeholder="Search in docs"
placeholder="Search in Docs"
style="border-end-start-radius:0; border-end-end-radius:0;"
use:arrowKeyFocus
data-hit="-1"
Expand Down
8 changes: 4 additions & 4 deletions src/lib/layouts/Docs.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
</div>
<div class="aw-mobile-header-end">
<a href="https://cloud.appwrite.io/console" class="aw-button">
<span class="aw-sub-body-500">Go to console</span>
<span class="aw-sub-body-500">Go to Console</span>
</a>
<button
on:click={toggleSidenav}
Expand Down Expand Up @@ -156,7 +156,7 @@
on:click={() => ($layoutState.showSearch = true)}
>
<span class="aw-icon-search" aria-hidden="true" />
<span class="text">Search in docs</span>
<span class="text">Search in Docs</span>

<div class="u-flex u-gap-4 u-margin-inline-start-auto">
<span class="aw-kbd" aria-label="command">⌘</span>
Expand All @@ -175,10 +175,10 @@
>
<span class="aw-icon-star" aria-hidden="true" />
<span class="text">Star on GitHub</span>
<span class="aw-inline-tag aw-sub-body-400">33.2K</span>
<span class="aw-inline-tag aw-sub-body-400">35.2K</span>
</a>
<a href="https://cloud.appwrite.io/console" class="aw-button">
<span class="aw-sub-body-500">Go to console</span>
<span class="aw-sub-body-500">Go to Console</span>
</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/layouts/Main.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
>
<span aria-hidden="true" class="aw-icon-star" />
<span class="text">Star on GitHub</span>
<span class="aw-inline-tag aw-sub-body-400">33.2K</span>
<span class="aw-inline-tag aw-sub-body-400">35.2K</span>
</a>
<a href="https://cloud.appwrite.io/register" class="aw-button is-secondary">Sign up</a>
<a href="https://cloud.appwrite.io" class="aw-button">
Expand Down
6 changes: 3 additions & 3 deletions src/lib/layouts/Sidebar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
on:click={() => ($layoutState.showSearch = true)}
>
<span class="aw-icon-search" />
<span class="text">Search in docs</span>
<span class="text">Search in Docs</span>
</button>
<div class="aw-side-nav-scroll">
{#if parent}
Expand Down Expand Up @@ -96,7 +96,7 @@
{/if}
<div class="aw-side-nav-mobile-footer-buttons">
<button class="aw-button u-width-full-line">
<span class="text">Go to console</span>
<span class="text">Go to Console</span>
</button>

<a
Expand All @@ -107,7 +107,7 @@
>
<span class="aw-icon-star" aria-hidden="true" />
<span class="text">Star on GitHub</span>
<span class="aw-inline-tag aw-sub-body-400">33.2K</span>
<span class="aw-inline-tag aw-sub-body-400">35.2K</span>
</a>
</div>
</div>
Expand Down