summaryrefslogtreecommitdiff
path: root/resources/views/topicindex.blade.php
diff options
context:
space:
mode:
authordev2026-06-27 15:06:33 +0200
committerdev2026-06-27 15:06:33 +0200
commitbf35555684e078ee35dbe20b440ea3dc4ac87a7a (patch)
tree0c5aae24eba69be1bb0dffbef0f85ea8e27a1f3a /resources/views/topicindex.blade.php
parent1d2586671117015c7983a1aeafe7b0594a7e6371 (diff)
downloadcurious-bf35555684e078ee35dbe20b440ea3dc4ac87a7a.tar.gz
style: use pink btn-primary for /topics to match /popular/topics
Diffstat (limited to 'resources/views/topicindex.blade.php')
-rw-r--r--resources/views/topicindex.blade.php2
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