jobdone-shared-files 1.0.40 → 1.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ModuleInfo/LayoutNav.vue +1 -1
- package/package.json +1 -1
package/ModuleInfo/LayoutNav.vue
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<aside id="col-aside" class="border-end border-white overflow-visible">
|
|
3
3
|
<div class="bg-body">
|
|
4
4
|
<div class="d-flex border-bottom">
|
|
5
|
-
<nav-button :module-info="moduleInfoData"></nav-button>
|
|
5
|
+
<nav-button :module-info="moduleInfoData" :root-domain="finalRootDomain"></nav-button>
|
|
6
6
|
<div class="logo-content flex-grow-1">
|
|
7
7
|
<a :href="indexLink">
|
|
8
8
|
<img src="./logo-with-text.svg" alt="Jobdone Enterprise Logo">
|