diff --git a/resources/views/pages/about.blade.php b/resources/views/pages/about.blade.php index 6fad1fd..dc071e4 100644 --- a/resources/views/pages/about.blade.php +++ b/resources/views/pages/about.blade.php @@ -26,7 +26,7 @@

Contents

All the contents, logos, and images listed on the site are own by the respectful news site. - We respect the news outlets and there a way of earning so we will only be showing a summary partial content of the + We respect the news outlets and their way of earning so we will only be showing a summary partial content of the article. users still have to visit the original link to view the full article.

@@ -72,7 +72,7 @@
@foreach ($sources as $source) + href="{{route('sources.show', $source->slug)}}"> {{$source->slug}} @endforeach