Update about.blade.php

This commit is contained in:
2020-08-20 06:30:59 +05:00
parent 97c5b2dc55
commit 31fb4fb10e

View File

@@ -26,7 +26,7 @@
<h1 class="mb-10 text-2xl font-bold text-gray-700 leading-none">Contents</h1> <h1 class="mb-10 text-2xl font-bold text-gray-700 leading-none">Contents</h1>
<p class="my-6 text-gray-800"> <p class="my-6 text-gray-800">
All the contents, logos, and images listed on the site are own by the respectful news site. 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. article. users still have to visit the original link to view the full article.
</p> </p>
<div class="border-b mb-5"></div> <div class="border-b mb-5"></div>
@@ -72,7 +72,7 @@
<div class="flex flex-wrap justify-center"> <div class="flex flex-wrap justify-center">
@foreach ($sources as $source) @foreach ($sources as $source)
<a class="flex flex-col items-center shadow hover:shadow-lg mr-5 rounded p-10 mt-3" <a class="flex flex-col items-center shadow hover:shadow-lg mr-5 rounded p-10 mt-3"
href="{{route('sources.show', $source->id)}}"> href="{{route('sources.show', $source->slug)}}">
<img class="h-16 w-16" src="{{$source->logo}}" alt="{{$source->slug}}" /> <img class="h-16 w-16" src="{{$source->logo}}" alt="{{$source->slug}}" />
</a> </a>
@endforeach @endforeach