@luxfi/core 5.2.9 → 5.2.10
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/site-def/main-nav.tsx +1 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@luxfi/core",
|
3
|
-
"version": "5.2.
|
3
|
+
"version": "5.2.10",
|
4
4
|
"description": "Library that contains shared UI primitives, support for a common design system, and other boilerplate support.",
|
5
5
|
"publishConfig": {
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
package/site-def/main-nav.tsx
CHANGED
@@ -30,7 +30,7 @@ import Bridge from '../components/icons/bridge'
|
|
30
30
|
import Explorer from '../components/icons/explorer'
|
31
31
|
import LaunchSubnet from '../components/icons/launch-subnet'
|
32
32
|
import Coins from '../components/icons/coins'
|
33
|
-
import Safe from '../components/icons/
|
33
|
+
import Safe from '../components/icons/safe'
|
34
34
|
import Wallet from '../components/icons/wallet'
|
35
35
|
import Validators from '../components/icons/validators'
|
36
36
|
import OpenSource from '../components/icons/open-source'
|