Skip to content

Commit 97b4b67

Browse files
Merge pull request #258 from appwrite/update-banner
chore: update banner
2 parents f18d361 + 7fd2f03 commit 97b4b67

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/lib/layouts/Main.svelte

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,10 @@
170170
{#if $showTopBanner}
171171
<div class="aw-top-banner" transition:slide={{ duration: 250 }}>
172172
<div class="aw-top-banner-content aw-u-color-text-primary">
173-
<a href="https://appwrite.io/discord" target="_blank" rel="noopener noreferrer">
174-
<span class="aw-caption-500">We are having lots of fun on</span>
175-
<span class="aw-icon-discord" aria-hidden="true" />
176-
<span class="aw-caption-500">Discord. Come and join us!</span>
173+
<a href="https://www.producthunt.com/posts/appwrite-cloud-beta" target="_blank" rel="noopener noreferrer">
174+
<span class="aw-caption-500">We are LIVE on Product Hunt </span>
175+
<span class="aw-icon-product-hunt" aria-hidden="true" />
176+
<span class="aw-caption-500">Check out our latest launch!</span>
177177
</a>
178178
{#if browser}
179179
<button

0 commit comments

Comments
 (0)