Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Commit

Permalink
fix: notification title (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaur authored Aug 2, 2021
1 parent 750d757 commit 35442dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/navbar-notifications.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="flex flex-col w-full ml-5 space-y-1 overflow-auto">
<div class="flex flex-row justify-between">
<span class="flex-grow font-semibold truncate text-theme-secondary-900">
{{ $notification->name() }}
{{ $notification->title() }}
</span>

<span class="hidden text-sm text-theme-secondary-400 md:block md:text-right whitespace-nowrap">
Expand Down

0 comments on commit 35442dd

Please sign in to comment.