1
0

Fix: Incorrect notification history link on dashboard (#1350)

This commit is contained in:
Mysterious_Dev
2023-09-02 15:41:32 +02:00
committed by GitHub
parent 3033387ffc
commit 259b239e16

View File

@@ -46,7 +46,7 @@
</template>
<div v-else class="universal-body">
<p>You have no unread notifications.</p>
<nuxt-link class="iconified-button" to="/dashboard/notifications">
<nuxt-link class="iconified-button" to="/dashboard/notifications/history">
<HistoryIcon /> View notification history
</nuxt-link>
</div>