Skip to content

Commit

Permalink
Merge pull request #264 from appwrite/feat-discord-top-banner
Browse files Browse the repository at this point in the history
Switch top banner back to discord
  • Loading branch information
eldadfux authored Oct 18, 2023
2 parents 4dc6c2e + 0787bbf commit fcc2687
Showing 1 changed file with 4 additions and 4 deletions.
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://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 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>
{#if browser}
<button
Expand Down

0 comments on commit fcc2687

Please sign in to comment.