@ably/ui 8.2.1-dev.0f465a1 → 8.2.1-dev.db8f789
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,7 +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: absUrl("/
|
|
512
|
+
href: absUrl("/press-center"),
|
|
513
513
|
className: "ui-footer-menu-row-link"
|
|
514
514
|
}, "Press & Media")), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("li", {
|
|
515
515
|
className: "p-menu-row-snug"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ably/ui",
|
|
3
|
-
"version": "8.2.1-dev.
|
|
3
|
+
"version": "8.2.1-dev.db8f789",
|
|
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
|
-
<%= link_to 'Press & Media', abs_url("/
|
|
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,7 +219,7 @@ export default function Footer({ paths, urlBase }) {
|
|
|
219
219
|
</a>
|
|
220
220
|
</li>
|
|
221
221
|
<li className="p-menu-row-snug">
|
|
222
|
-
<a href={absUrl("/
|
|
222
|
+
<a href={absUrl("/press-center")} className="ui-footer-menu-row-link">
|
|
223
223
|
Press & Media
|
|
224
224
|
</a>
|
|
225
225
|
</li>
|