@axos-web-dev/shared-components 0.0.29 → 0.0.30

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.
@@ -181,7 +181,7 @@ function NavBar() {
181
181
  /* @__PURE__ */ jsx("ul", { className: "list_unstyled", children: /* @__PURE__ */ jsx("li", { className: styles.signin_subheader, children: /* @__PURE__ */ jsx(
182
182
  "a",
183
183
  {
184
- href: `${define_process_env_default.NEXT_PUBLIC_LOGIN_APP_LOGIN_URL}/auth/login`,
184
+ href: `${define_process_env_default.LOGIN_APP_LOGIN_URL}/auth/login`,
185
185
  role: "menuitem",
186
186
  children: "Account Login"
187
187
  }
@@ -291,9 +291,6 @@ ul:empty {
291
291
  }
292
292
  }
293
293
  @media screen and (max-width:1280px) {
294
- .header_1 {
295
- font-size: 2.125rem;
296
- }
297
294
  .header_2 {
298
295
  font-size: 2rem;
299
296
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@axos-web-dev/shared-components",
3
3
  "description": "Axos shared components library for web.",
4
- "version": "0.0.29",
4
+ "version": "0.0.30",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",