diff --git a/resources/views/profile/show.blade.php b/resources/views/profile/show.blade.php index 525f24d18..111c71e66 100644 --- a/resources/views/profile/show.blade.php +++ b/resources/views/profile/show.blade.php @@ -17,7 +17,7 @@ @endif
-
+
@if($owner && request()->is('*/saved'))

{{__('profile.savedWarning')}}

@@ -25,8 +25,8 @@ @endif @if($timeline->count() > 0) @foreach($timeline as $status) -