Skip to content

Commit

Permalink
Update IndexHero.vue signup button
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenrinzema authored Feb 7, 2024
1 parent 4a48bfd commit 1ec5217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/IndexHero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
$ docker run -p 5432:5432 registry.cloudproud.nl/lab/kit
$ <span class="text-gray-500"># 🌍 Open your browser and go to <a target="_blank" href="http://localhost:5432" class="underline">http://localhost:5432</a></span>
$ <span class="text-gray-500"># πŸ“” Check out our documentation at <a target="_blank" href="https://cloudproud.dev/docs" class="underline">https://cloudproud.dev/docs</a></span>
$ <span class="text-gray-500"># πŸ§‘β€πŸ’» Join our <a class="underline" target="_blank" :href="signUp">Slack</a>!</span>
$ <span class="text-gray-500"># πŸ§‘β€πŸ’» Join our <a class="underline" target="_blank" :href="slack">Slack</a>!</span>
</code></pre>
</div>
</div>
Expand All @@ -60,4 +60,4 @@ $ <span class="text-gray-500"># πŸ§‘β€πŸ’» Join our <a class="underline" target
<script setup>
const slack = import.meta.env.VITE_SLACK_INVITE_URI
const signUp = import.meta.env.VITE_SIGN_UP_URI
</script>
</script>

0 comments on commit 1ec5217

Please sign in to comment.