diff options
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/views/topicindex.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/topicindex.blade.php b/resources/views/topicindex.blade.php index c1429a1..274d0fc 100644 --- a/resources/views/topicindex.blade.php +++ b/resources/views/topicindex.blade.php @@ -38,7 +38,7 @@ html { @php ($curLetter = $firstLetter) @endif - <a href="{{ route('topic', $topic->name) }}" class="btn btn-lg btn-outline-primary">{{ ucwords($topic->name) }}</a> + <a href="{{ route('topic', $topic->name) }}" class="btn btn-lg btn-primary">{{ ucwords($topic->name) }}</a> @endif @endforeach |
