Update (ui)

This commit is contained in:
2023-11-20 09:37:10 +08:00
parent dbcf144d77
commit 420749f568
13 changed files with 80 additions and 37 deletions

View File

@@ -11,7 +11,7 @@
optional—it's critical for your future success. Stay updated with daily news from
<strong>FutureWalker</strong>.
</div>
<a href="#latest-news" class="btn btn-primary px-4 rounded-pill">Start reading now</a>
<a href="#latest-news" class="btn btn-primary px-4 rounded-pill text-decoration-none">Start reading now</a>
</div>
</div>
</div>
@@ -101,9 +101,9 @@ class="text-secondary">{{ markdown_min_read($post->body) }}</small>
</div>
@endforeach
</div>
<div class="w-full text-center">
<div class="w-full text-center mb-3">
<a href="{{ route('front.all') }}"
class="btn btn-outline-primary px-4 rounded-pill text-decoration-none">Discover More
class="btn btn-primary px-4 rounded-pill text-decoration-none">Discover More
News</a>
</div>
</div>