diff --git a/resources/views/components/tweet.blade.php b/resources/views/components/tweet.blade.php index 44f2c65..d9c175b 100644 --- a/resources/views/components/tweet.blade.php +++ b/resources/views/components/tweet.blade.php @@ -10,9 +10,9 @@ @if($tweet->photos())
@foreach($tweet->photos() as $photo) -
+ -
+ @endforeach