mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 10:51:13 -05:00
Refactor: Remove descriptions from cards
This commit is contained in:
@@ -91,13 +91,6 @@ export function ManufacturerCard({ company }: ManufacturerCardProps) {
|
||||
{company.name}
|
||||
</h3>
|
||||
|
||||
{/* Description */}
|
||||
{company.description && (
|
||||
<p className="text-xs md:text-sm text-muted-foreground line-clamp-2">
|
||||
{company.description}
|
||||
</p>
|
||||
)}
|
||||
|
||||
{/* Company Info */}
|
||||
<div className="flex flex-wrap gap-x-3 md:gap-x-4 gap-y-1 text-xs md:text-sm">
|
||||
{company.founded_year && (
|
||||
|
||||
Reference in New Issue
Block a user