Skip to content
Merged
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
8 changes: 4 additions & 4 deletions src/lib/layouts/Main.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,10 @@
{#if $showTopBanner}
<div class="aw-top-banner" transition:slide={{ duration: 250 }}>
<div class="aw-top-banner-content aw-u-color-text-primary">
<a href="https://appwrite.io/discord" target="_blank" rel="noopener noreferrer">
<span class="aw-caption-500">We are having lots of fun on</span>
<span class="aw-icon-discord" aria-hidden="true" />
<span class="aw-caption-500">Discord. Come and join us!</span>
<a href="https://www.producthunt.com/posts/appwrite-cloud-beta" target="_blank" rel="noopener noreferrer">
<span class="aw-caption-500">We are LIVE on Product Hunt </span>
<span class="aw-icon-product-hunt" aria-hidden="true" />
<span class="aw-caption-500">Check out our latest launch!</span>
</a>
{#if browser}
<button
Expand Down