From 31fb4fb10e2abc72a9f0e5092a43c8589d2a7658 Mon Sep 17 00:00:00 2001 From: Mohamed Jinas Date: Thu, 20 Aug 2020 06:30:59 +0500 Subject: [PATCH] Update about.blade.php --- resources/views/pages/about.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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