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 38ce7c1 commit 1e871c7Copy full SHA for 1e871c7
src/documentation/layout/AppBar.vue
@@ -29,7 +29,7 @@
29
<v-spacer></v-spacer>
30
31
<v-select
32
- class="ma-0 pa-0 me-2"
+ class="ma-0 pa-0 me-2 d-none d-sm-block"
33
density="compact"
34
hide-details
35
:items="menuItems"
@@ -53,6 +53,17 @@
53
</template>
54
</v-select>
55
56
+ <v-btn
57
+ class="me-2"
58
+ :height="iconSize.height"
59
+ :href="links.discord"
60
+ icon
61
+ target="_blank"
62
+ :width="iconSize.width"
63
+ >
64
+ <fa-icon icon="fa-brands fa-discord" />
65
+ </v-btn>
66
+
67
<v-btn
68
class="me-2"
69
:height="iconSize.height"
0 commit comments