Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed Feb 8, 2024
1 parent 58f62c3 commit 7c9a2dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/views/components/layout/notifications.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ class="btn btn--primary btn--sm btn--icon notification-card__control"
</div>
</template>
</div>
<template x-if="unread > 0">
<button type="button" class="btn btn--primary btn--block">
{{ __('Mark all as read') }}
<template x-if="nextPageUrl">
<button type="button" class="btn btn--primary btn--block" x-on:click="fetch">
{{ __('Load more') }}
</button>
</template>
</div>
Expand Down

0 comments on commit 7c9a2dd

Please sign in to comment.