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