diff options
Diffstat (limited to 'source/index.blade.php')
| -rw-r--r-- | source/index.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/index.blade.php b/source/index.blade.php index 7097fdb..811b561 100644 --- a/source/index.blade.php +++ b/source/index.blade.php @@ -10,7 +10,7 @@ pagination: @include('_partials.postStub') @endforeach </ol> - <nav class="mt-3 px-4 flex justify-between text-gray-400 text-2xl"> + <nav class="mt-3 px-4 flex justify-between text-2xl"> @if ($pagination->previous) <a href="{{ $pagination->previous }}"><< Recent Posts</a> @endif |
