Skip to content

Commit

Permalink
fix footer
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Dec 18, 2024
1 parent a520461 commit 8c5ee6b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions landing/src/components/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,29 +15,21 @@
<nav class="grid grid-flow-col gap-4">
<a class="link link-hover" href={base}>{t('home')}</a>

<li>
<a class="link link-hover" href={`${base}/features`}>{t('features')}</a>
</li>
<li>
<a href="/vibe/docs">{t('documentation')}</a>
</li>

<li>
<button
on:click={() => {
// @ts-ignore
window?.['kofi-dialog'].showModal()
}}
class="link link-hover">{t('support-vibe')}</button>
</li>
<li>
<button
on:click={() => {
// @ts-ignore
window['privacy-policy-modal']?.showModal()
}}
class="link link-hover">{t('privacy-policy')}</button>
</li>
</nav>
<nav>
<div class="grid grid-flow-col gap-4">
Expand Down

0 comments on commit 8c5ee6b

Please sign in to comment.