Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
limsohee1002 committed Nov 7, 2024
1 parent a9f964a commit 0be4078
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 36 deletions.
71 changes: 36 additions & 35 deletions assets/shared-bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/modules/side-nav/SideNavModule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export const SideNav: FC<Props> = ({ sideNavData, navState }) => {
<a href={category.url}>
<h3
className={cn(
'transitoin subheading-2 my-3 hover:text-light-accent-1 hover:dark:text-dark-accent-1',
'transition subheading-2 my-3 hover:text-light-accent-1 hover:dark:text-dark-accent-1',
{
'text-light-accent-1 dark:text-dark-accent-1': categoryisActive,
'text-light-neutral-2 dark:text-dark-neutral-2': !categoryisActive,
Expand Down

0 comments on commit 0be4078

Please sign in to comment.