File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
apps/sim/app/(landing)/components/features Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -212,16 +212,7 @@ export default function Features() {
212212 className = { `relative h-full min-w-0 flex-1 items-center justify-center px-2 font-medium font-season text-[var(--landing-text-dark)] text-caption uppercase lg:px-0 lg:text-sm${ tab . hideOnMobile ? ' hidden lg:flex' : ' flex' } ${ index > 0 ? ' border-[var(--divider)] border-l' : '' } ` }
213213 style = { { backgroundColor : index === activeTab ? '#FDFDFD' : '#F6F6F6' } }
214214 >
215- < span className = 'truncate' >
216- { tab . mobileLabel ? (
217- < >
218- < span className = 'lg:hidden' > { tab . mobileLabel } </ span >
219- < span className = 'hidden lg:inline' > { tab . label } </ span >
220- </ >
221- ) : (
222- tab . label
223- ) }
224- </ span >
215+ < span className = 'truncate' > { tab . label } </ span >
225216 { index === activeTab && (
226217 < div className = 'absolute right-0 bottom-0 left-0 flex h-[6px]' >
227218 { tab . segments . map ( ( [ opacity , width ] , i ) => (
You can’t perform that action at this time.
0 commit comments