Skip to content

Commit

Permalink
Merge pull request #152 from conedevelopment/szepeviktor-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo authored Sep 18, 2023
2 parents 4fe69ea + 5d1ba02 commit 99b83ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/notifications.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class="notification-card"
href="#"
class="notification-card__link"
x-text="notification.subject"
x-on:click.prevet="markAsRead(notification)"
x-on:click.prevent="markAsRead(notification)"
></a>
</h3>
<p x-text="notification.formatted_created_at"></p>
Expand Down

0 comments on commit 99b83ac

Please sign in to comment.