clementine-agent 1.18.106 → 1.18.107
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/cli/dashboard.js +1 -1
- package/package.json +1 -1
package/dist/cli/dashboard.js
CHANGED
|
@@ -22179,7 +22179,7 @@ function lucide(name, cls) {
|
|
|
22179
22179
|
return '<svg class="icn ' + (cls || '') + '" viewBox="0 0 24 24" aria-hidden="true">' + path + '</svg>';
|
|
22180
22180
|
}
|
|
22181
22181
|
|
|
22182
|
-
var DESTINATIONS = ['home', 'build', 'heartbeat', 'team', 'brain', 'settings'];
|
|
22182
|
+
var DESTINATIONS = ['home', 'build', 'skills', 'heartbeat', 'team', 'brain', 'settings'];
|
|
22183
22183
|
|
|
22184
22184
|
var ROUTE_REDIRECTS = {
|
|
22185
22185
|
// old hash → new {page, tab}
|