We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 884bdc1 commit f525d6cCopy full SHA for f525d6c
src/pages/More.tsx
@@ -193,7 +193,7 @@ const MorePage: React.FC = () => {
193
<li key={linkPage.slug}>
194
<Link
195
to={`/more/${linkPage.slug}`}
196
- className={`block p-2 rounded hover:bg-gray-100 dark:hover:bg-gray-700 dark:transition ${
+ className={`block p-2 rounded hover:bg-gray-100 dark:hover:bg-gray-700 transition ${
197
linkPage.slug === page?.slug
198
? 'bg-red-100 text-red-600 font-medium dark:hover:bg-red-200'
199
: 'text-gray-700 dark:text-gray-100'
0 commit comments