File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -138,14 +138,11 @@ export default function ModelsPageClient({ locale }: Props) {
138138 } `}
139139 >
140140 < Link href = { `/models/${ model . id } ` } className = "block" >
141- < div className = "flex justify-between items-start mb-[var(--spacing-sm)]" >
141+ < div className = "flex items-start mb-[var(--spacing-sm)]" >
142142 < div className = "flex items-center gap-[var(--spacing-xs)]" >
143143 < h3 className = "text-lg font-semibold tracking-tight" > { model . name } </ h3 >
144144 { model . verified && < VerifiedBadge size = "sm" /> }
145145 </ div >
146- < span className = "text-lg text-[var(--color-text-muted)] group-hover:text-[var(--color-text)] group-hover:translate-x-1 transition-all" >
147- →
148- </ span >
149146 </ div >
150147 < div className = "space-y-[var(--spacing-xs)] mb-[var(--spacing-md)]" >
151148 < div className = "flex items-center gap-[var(--spacing-sm)] text-xs" >
You can’t perform that action at this time.
0 commit comments