Skip to content

Commit

Permalink
feat: logo [WTEL-3902]
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Dec 11, 2023
1 parent 7907067 commit 63b4c88
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@vuelidate/validators": "^2.0.0",
"@vueuse/core": "^10.3.0",
"@webitel/flow-ui-sdk": "^0.1.14",
"@webitel/ui-sdk": "^23.12.104",
"@webitel/ui-sdk": "^23.12.110",
"axios": "^0.27.1",
"clipboard-copy": "^4.0.1",
"cron-validator": "^1.3.1",
Expand Down
3 changes: 3 additions & 0 deletions src/modules/_reusable/app-header/components/app-header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
:dark-mode="darkMode"
:nav="nav"
/>
<wt-logo
:dark-mode="darkMode"
/>
<wt-dark-mode-switcher />
<wt-app-navigator
:apps="apps"
Expand Down

0 comments on commit 63b4c88

Please sign in to comment.