#1
Trying to tweak the forum category grid—where do I override the Blade markup for the card component?
#2
You can update `resources/views/components/forum/category-card.blade.php`. ```blade ``` Drop the snippet above into any view (or tailor the classes) and Laravel will resolve the component automatically.
#3
Confirmed this works—also recommend pairing it with a subtle border using the `ring-1 ring-inset` utility for more contrast.