@servicetitan/navigation 1.4.9 → 1.4.10

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.
@@ -130,7 +130,7 @@
130
130
  }
131
131
  }
132
132
 
133
- &.minimized .link {
133
+ &.minimized .link-main {
134
134
  ins {
135
135
  display: none;
136
136
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicetitan/navigation",
3
- "version": "1.4.9",
3
+ "version": "1.4.10",
4
4
  "description": "Navigation components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -43,5 +43,5 @@
43
43
  "less": true,
44
44
  "webpack": false
45
45
  },
46
- "gitHead": "e6c5a8d3bf44352a2ae5eec3dc9703f6ff8f49f5"
46
+ "gitHead": "323346fea9b5c65f881aa537185a61ce35239069"
47
47
  }
@@ -130,7 +130,7 @@
130
130
  }
131
131
  }
132
132
 
133
- &.minimized .link {
133
+ &.minimized .link-main {
134
134
  ins {
135
135
  display: none;
136
136
  }