From 68fd4d706ab146b5062db7f44477ce11e586673d Mon Sep 17 00:00:00 2001 From: dev Date: Sat, 27 Jun 2026 15:08:10 +0200 Subject: style: use pink outline (btn-outline-pink) for topic buttons on /topics and /popular/topics --- resources/views/topicpopular.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/views/topicpopular.blade.php') diff --git a/resources/views/topicpopular.blade.php b/resources/views/topicpopular.blade.php index 59ade5b..b8f0224 100644 --- a/resources/views/topicpopular.blade.php +++ b/resources/views/topicpopular.blade.php @@ -34,7 +34,7 @@ html {
@foreach ($topics as $topic) @if ( "" != $topic->name ) - {{ ucwords($topic->name) }} ({{ $topic->count }} Articles) + {{ ucwords($topic->name) }} ({{ $topic->count }} Articles) @endif @endforeach
-- cgit v1.2.3