Skip to content

Commit

Permalink
refactor: corrected link to Design tokens docs and refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
PKulkoRaccoonGang committed Aug 6, 2024
1 parent d4cc3e8 commit d5bb848
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,10 @@
]
},
"lint-staged": {
"*.{mjs}": [
"*.{js,jsx,ts,tsx}": [
"npx eslint"
],
"*.sass": [
"*.scss": [
"npx stylelint"
]
},
Expand Down
2 changes: 1 addition & 1 deletion www/src/components/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ function Menu() {
<li>
<Link
className={classNames({ active: pathname.endsWith('design-tokens') })}
to="/foundations/design-tokens"
to="/tools/design-tokens"
>
Design Tokens
</Link>
Expand Down
File renamed without changes.

0 comments on commit d5bb848

Please sign in to comment.