Skip to content

Commit d290690

Browse files
committed
formatting
1 parent bf7102a commit d290690

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/components/markdown/Tabs.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@ const Tab = React.memo(
118118
activeSlug === tab.slug
119119
? 'border-current text-current bg-gray-100 dark:bg-gray-900'
120120
: 'border-transparent text-gray-600 hover:text-gray-900 dark:text-gray-400 dark:hover:text-gray-200'
121-
}`
122-
}
121+
}`}
123122
>
124123
{option && <img src={option.logo} alt="" className="w-4 h-4 -ml-1" />}
125124
<span className={`${option ? 'capitalize' : ''}`}>{tab.name}</span>

0 commit comments

Comments
 (0)