Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt committed Jan 24, 2024
1 parent 253cf15 commit af1a4a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/find.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class="text-sm {{ $filter === \App\Services\PostSharing\SharingChannel::AGGREGAT
:url="action(\App\Http\Controllers\Posts\SnoozeShareController::class, [
'post' => $post,
'channel' => $filter->value,
'back' => request()->url(),
'back' => request()->fullUrl(),
])"
color="blue"
>
Expand All @@ -98,7 +98,7 @@ class="text-sm {{ $filter === \App\Services\PostSharing\SharingChannel::AGGREGAT
'post' => $post,
'channel' => $filter->value,
'permanent' => true,
'back' => request()->url(),
'back' => request()->fullUrl(),
])"
color="red"
>
Expand Down

0 comments on commit af1a4a6

Please sign in to comment.