@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.mjs
CHANGED
|
@@ -30911,7 +30911,7 @@ function Navbar({
|
|
|
30911
30911
|
list = [],
|
|
30912
30912
|
profileMenu = [],
|
|
30913
30913
|
userName = "Guest User",
|
|
30914
|
-
isBuilder =
|
|
30914
|
+
isBuilder = false,
|
|
30915
30915
|
source,
|
|
30916
30916
|
navList
|
|
30917
30917
|
}) {
|