We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72ca1e commit be2dc73Copy full SHA for be2dc73
app/components/Toolbar.vue
@@ -50,8 +50,20 @@
50
</div>
51
52
<!-- Right side -->
53
- <div class="flex items-center text-sm">
54
- <div class="tooltip tooltip-left" data-tip="Snippets are open-source!">
+ <div class="flex items-center gap-2 text-sm">
+ <div
55
+ class="tooltip tooltip-left"
56
+ data-tip="Get help and friends on Discord"
57
+ >
58
+ <a href="https://discord.gg/uRhJp3HA">
59
+ <Icon
60
+ name="prime:discord"
61
+ class="text-2xl text-slate-600 dark:text-slate-300"
62
+ />
63
+ </a>
64
+ </div>
65
+
66
+ <div class="tooltip tooltip-left" data-tip="Snippets is open-source">
67
<a href="https://github.com/documatt/snippets-web">
68
<Icon
69
name="prime:github"
0 commit comments