Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt committed Aug 7, 2023
1 parent 2810767 commit 3957008
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion resources/views/find.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,11 @@ class="text-sm {{ $filter === \App\Services\PostSharing\SharingChannel::AGGREGAT
@if($filter)
<x-slot name="buttons">
<x-tag
:url="action(\App\Http\Controllers\Posts\SnoozeShareController::class, ['post' => $post, 'channel' => $filter->value])"
:url="action(\App\Http\Controllers\Posts\SnoozeShareController::class, [
'post' => $post,
'channel' => $filter->value,
'back' => request()->url(),
])"
color="blue"
>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5 text-gray-500">
Expand Down

0 comments on commit 3957008

Please sign in to comment.