Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
0-don committed Feb 28, 2024
1 parent 6113038 commit 67b9dae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@nestjs/cli": "^10.3.2",
"@types/node": "^20.11.20",
"@types/node": "^20.11.21",
"@types/psl": "^1.1.3",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.4.1",
"@types/node": "^20.11.20",
"@types/node": "^20.11.21",
"@types/react": "18.2.60",
"@types/react-dom": "18.2.19",
"autoprefixer": "^10.4.17",
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/container/navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const Navbar: React.FC<NavbarProps> = async ({}) => {

const Items = (
<>
<LanguageSwitch locale={locale} />
<LanguageSwitch locale={locale as "de" | "en"} />
<ThemeSwitch />
<Profile />
</>
Expand Down

0 comments on commit 67b9dae

Please sign in to comment.