This commit is contained in:
Ulf Gebhardt 2023-07-07 08:44:35 +02:00
parent ee3cac603c
commit 50312c9106
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -44,7 +44,11 @@
<!-- <notification-list :notifications="notifications" /> -->
</div>
<ds-flex class="chat-notifications-link-container">
<ds-flex-item class="chat-notifications-link-container-item" :width="{ base: '100%' }" centered>
<ds-flex-item
class="chat-notifications-link-container-item"
:width="{ base: '100%' }"
centered
>
<nuxt-link :to="{ name: 'chat' }">
<base-button ghost primary>All Chat Messages</base-button>
</nuxt-link>