l-min-components 1.0.964 → 1.0.968

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "l-min-components",
3
- "version": "1.0.964",
3
+ "version": "1.0.968",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src/assets",
@@ -214,8 +214,8 @@ export const Nav = styled.ul`
214
214
  & svg path {
215
215
  stroke: ${({ isActive }) =>
216
216
  isActive ? "rgba(0, 194, 194, 1)" : "currentcolor"};
217
- fill: ${({ isActive }) =>
218
- isActive ? "rgba(0, 194, 194, 1)" : "currentcolor"};
217
+ /* fill: ${({ isActive }) =>
218
+ isActive ? "rgba(0, 194, 194, 1)" : "currentcolor"}; */
219
219
 
220
220
  }
221
221
 
@@ -38,6 +38,9 @@ const useTranslation = (initialSentences = []) => {
38
38
  params: {
39
39
  _account: "",
40
40
  },
41
+ headers: {
42
+ Authorization: "",
43
+ },
41
44
  });
42
45
  } catch (err) {
43
46
  console.log(err);