9 lines
347 B
Svelte
9 lines
347 B
Svelte
<script>
|
|
import PanelButton from './PanelButton.svelte';
|
|
</script>
|
|
|
|
<h1 class="text-lg font-bold">Discord</h1>
|
|
<PanelButton buttonIcon="assets/discord-mark-blue.svg" clickUrl="https://discord.gg/yTNZgySKGa" buttonText="Join us on Discord"/>
|
|
<p>Do you have any question about WebVM or CheerpX?</p>
|
|
<p>Join our community, we are happy to help!</p>
|