@ably/ui 8.3.0 → 8.4.0

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/core/Footer.jsx CHANGED
@@ -509,9 +509,7 @@ function Footer(_ref) {
509
509
  }, "Open protocol policy")), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("li", {
510
510
  className: "p-menu-row-snug"
511
511
  }, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
512
- href: "https://www.notion.so/ably/Ably-Press-Center-551152f5be724d4495a7c2e29d9f51c7",
513
- rel: "noopener noreferrer",
514
- target: "_blank",
512
+ href: absUrl("/press-center"),
515
513
  className: "ui-footer-menu-row-link"
516
514
  }, "Press & Media")), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("li", {
517
515
  className: "p-menu-row-snug"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ably/ui",
3
- "version": "8.3.0",
3
+ "version": "8.4.0",
4
4
  "description": "Home of the Ably design system library ([design.ably.com](https://design.ably.com)). It provides a showcase, development/test environment and a publishing pipeline for different distributables.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -141,7 +141,7 @@
141
141
  <%= link_to 'Open protocol policy', abs_url("/open-policy"), class: "ui-footer-menu-row-link" %>
142
142
  </li>
143
143
  <li class="p-menu-row-snug">
144
- <a href="https://www.notion.so/ably/Ably-Press-Center-551152f5be724d4495a7c2e29d9f51c7" target="_blank" rel="noopener" class="ui-footer-menu-row-link">Press & Media</a>
144
+ <%= link_to 'Press & Media', abs_url("/press-center"), class: "ui-footer-menu-row-link" %>
145
145
  </li>
146
146
  <li class="p-menu-row-snug">
147
147
  <%= link_to 'Contact us', abs_url("/contact"), class: "ui-footer-menu-row-link" %>
@@ -219,12 +219,7 @@ export default function Footer({ paths, urlBase }) {
219
219
  </a>
220
220
  </li>
221
221
  <li className="p-menu-row-snug">
222
- <a
223
- href="https://www.notion.so/ably/Ably-Press-Center-551152f5be724d4495a7c2e29d9f51c7"
224
- rel="noopener noreferrer"
225
- target="_blank"
226
- className="ui-footer-menu-row-link"
227
- >
222
+ <a href={absUrl("/press-center")} className="ui-footer-menu-row-link">
228
223
  Press & Media
229
224
  </a>
230
225
  </li>