Skip to content

Commit f525d6c

Browse files
some fix
1 parent 884bdc1 commit f525d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/More.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ const MorePage: React.FC = () => {
193193
<li key={linkPage.slug}>
194194
<Link
195195
to={`/more/${linkPage.slug}`}
196-
className={`block p-2 rounded hover:bg-gray-100 dark:hover:bg-gray-700 dark:transition ${
196+
className={`block p-2 rounded hover:bg-gray-100 dark:hover:bg-gray-700 transition ${
197197
linkPage.slug === page?.slug
198198
? 'bg-red-100 text-red-600 font-medium dark:hover:bg-red-200'
199199
: 'text-gray-700 dark:text-gray-100'

0 commit comments

Comments
 (0)