mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix master merge by adding groups button to mobile menu
This commit is contained in:
parent
5434bbf6c6
commit
2b0ea92f09
@ -95,6 +95,7 @@
|
||||
<invite-button placement="top" />
|
||||
</client-only>
|
||||
</div>
|
||||
<!-- group button -->
|
||||
<client-only v-if="SHOW_GROUP_BUTTON_IN_HEADER">
|
||||
<group-button />
|
||||
</client-only>
|
||||
@ -163,6 +164,16 @@
|
||||
<invite-button placement="top" />
|
||||
</client-only>
|
||||
</ds-flex-item>
|
||||
<!-- group button mobile -->
|
||||
<ds-flex-item
|
||||
v-if="SHOW_GROUP_BUTTON_IN_HEADER"
|
||||
:class="{ 'hide-mobile-menu': !toggleMobileMenu }"
|
||||
style="text-align: center"
|
||||
>
|
||||
<client-only>
|
||||
<group-button />
|
||||
</client-only>
|
||||
</ds-flex-item>
|
||||
<ds-flex-item
|
||||
:class="{ 'hide-mobile-menu': !toggleMobileMenu }"
|
||||
style="text-align: end"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user