Skip to content

Commit

Permalink
fix sponsor link
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Oct 20, 2022
1 parent a456bcb commit ca0ddc0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion site/src/routes/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,11 @@
<a href="/intro/welcome" class="nav-link" sveltekit:prefetch>Get Started</a>
<a href="/guides/faq" class="nav-link small-hidden" sveltekit:prefetch>Guides</a>
<a href="/api/welcome" class="nav-link small-hidden" sveltekit:prefetch>API</a>
<a href="https://opencollective.com/houdini" class="nav-link small-hidden" target="_blank">
<a
href="https://github.com/sponsors/HoudiniGraphql"
class="nav-link small-hidden"
target="_blank"
>
Sponsor
</a>
<a
Expand Down

0 comments on commit ca0ddc0

Please sign in to comment.