Skip to content

Commit

Permalink
Merge pull request #1349 from appwrite/fix-cookie-link-broken
Browse files Browse the repository at this point in the history
fix: cookies link broken
  • Loading branch information
ArmanNik authored Sep 10, 2024
2 parents 52620ac + e063bfb commit 0588839
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/lib/layout/footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,9 @@
</li>
{#if isCloud}
<li class="inline-links-item">
<span
style:cursor="pointer"
role="button"
tabindex="0"
on:keyup={clickOnEnter}
on:click={() => settings.set(true)}>
<a href="https://appwrite.io/cookies" target="_blank" rel="noreferrer">
<span class="text">Cookies</span>
</span>
</a>
</li>
{/if}
</ul>
Expand Down

0 comments on commit 0588839

Please sign in to comment.