@algorithm-shift/design-system 1.2.972 → 1.2.973
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -31000,7 +31000,7 @@ function Navbar({
|
|
|
31000
31000
|
list = [],
|
|
31001
31001
|
profileMenu = [],
|
|
31002
31002
|
userName = "Guest User",
|
|
31003
|
-
isBuilder =
|
|
31003
|
+
isBuilder = false,
|
|
31004
31004
|
source,
|
|
31005
31005
|
navList
|
|
31006
31006
|
}) {
|