You've already forked AstralRinth
forked from didirus/AstralRinth
Fix: Incorrect notification history link on dashboard (#1350)
This commit is contained in:
@@ -46,7 +46,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<div v-else class="universal-body">
|
<div v-else class="universal-body">
|
||||||
<p>You have no unread notifications.</p>
|
<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
|
<HistoryIcon /> View notification history
|
||||||
</nuxt-link>
|
</nuxt-link>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user