Skip to content

Commit be2dc73

Browse files
committed
feat: add Discord link to toolbar
1 parent a72ca1e commit be2dc73

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

app/components/Toolbar.vue

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,20 @@
5050
</div>
5151

5252
<!-- Right side -->
53-
<div class="flex items-center text-sm">
54-
<div class="tooltip tooltip-left" data-tip="Snippets are open-source!">
53+
<div class="flex items-center gap-2 text-sm">
54+
<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">
5567
<a href="https://github.com/documatt/snippets-web">
5668
<Icon
5769
name="prime:github"

0 commit comments

Comments
 (0)