@ably/ui 6.5.4 → 6.5.5
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
|
@@ -562,7 +562,7 @@ function Footer(_ref) {
|
|
|
562
562
|
size: "1.5rem"
|
|
563
563
|
})), /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement("a", {
|
|
564
564
|
className: "h-24 pr-24 text-cool-black hover:text-icon-discord",
|
|
565
|
-
href: "https://discord.
|
|
565
|
+
href: "https://discord.gg/jwBPhEZ9g5"
|
|
566
566
|
}, /*#__PURE__*/external_commonjs_react_commonjs2_react_default().createElement(component.default, {
|
|
567
567
|
name: "discord",
|
|
568
568
|
size: "1.5rem"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ably/ui",
|
|
3
|
-
"version": "6.5.
|
|
3
|
+
"version": "6.5.5",
|
|
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",
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
<a class="h-24 pr-24 text-cool-black hover:text-icon-github" href="https://github.com/ably/">
|
|
174
174
|
<%= render(AblyUi::Core::Icon.new(name: "github", size: "1.5rem")) %>
|
|
175
175
|
</a>
|
|
176
|
-
<a class="h-24 pr-24 text-cool-black hover:text-icon-discord" href="https://discord.
|
|
176
|
+
<a class="h-24 pr-24 text-cool-black hover:text-icon-discord" href="https://discord.gg/jwBPhEZ9g5">
|
|
177
177
|
<%= render(AblyUi::Core::Icon.new(name: "discord", size: "1.5rem")) %>
|
|
178
178
|
</a>
|
|
179
179
|
<div class="border-l border-mid-grey h-40"></div>
|
|
@@ -268,7 +268,7 @@ export default function Footer({ paths, urlBase }) {
|
|
|
268
268
|
<a className="h-24 pr-24 text-cool-black hover:text-icon-github" href="https://github.com/ably/">
|
|
269
269
|
<Icon name="github" size="1.5rem" />
|
|
270
270
|
</a>
|
|
271
|
-
<a className="h-24 pr-24 text-cool-black hover:text-icon-discord" href="https://discord.
|
|
271
|
+
<a className="h-24 pr-24 text-cool-black hover:text-icon-discord" href="https://discord.gg/jwBPhEZ9g5">
|
|
272
272
|
<Icon name="discord" size="1.5rem" />
|
|
273
273
|
</a>
|
|
274
274
|
<div className="border-l border-mid-grey h-40"></div>
|