Skip to content

Commit

Permalink
Merge pull request #158 from ably/web-2213-discord-icon-link
Browse files Browse the repository at this point in the history
[WEB-2213] update discord invite url
  • Loading branch information
Dominik authored Mar 15, 2022
2 parents 1aaebe1 + 94ca20d commit 02f6768
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ably-ui (6.5.4)
ably-ui (6.5.4.dev.5dbc374)
view_component (>= 2.33, < 2.50)

GEM
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ exports[`Footer Snapshot Test > react > test case common to both #0`] = `
<use xlink:href="#sprite-github"></use></svg></a
><a
class="h-24 pr-24 text-cool-black hover:text-icon-discord"
href="https://discord.com/invite/wPnfgACt"
href="https://discord.gg/jwBPhEZ9g5"
><svg class=" " style="width: 1.5rem; height: 1.5rem;">
<use xlink:href="#sprite-discord"></use></svg
></a>
Expand Down Expand Up @@ -588,7 +588,7 @@ exports[`Footer Snapshot Test > view component > test case common to both #0`] =
</a>
<a
class="h-24 pr-24 text-cool-black hover:text-icon-discord"
href="https://discord.com/invite/wPnfgACt"
href="https://discord.gg/jwBPhEZ9g5"
>
<svg class=" " style="width: 1.5rem; height: 1.5rem">
<use xlink:href="#sprite-discord"></use>
Expand Down
2 changes: 1 addition & 1 deletion lib/ably_ui/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AblyUi
VERSION = '6.5.4'
VERSION = '6.5.4.dev.5dbc374'
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ably/ui",
"version": "6.5.4",
"version": "6.5.4-dev.5dbc374",
"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.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion preview/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ gem 'view_component', '~> 2.33.0', require: 'view_component/engine'

gem 'responders'

gem 'ably-ui', '6.5.4', require: 'ably_ui'
gem 'ably-ui', '6.5.4.dev.5dbc374', require: 'ably_ui'
4 changes: 2 additions & 2 deletions preview/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
ably-ui (6.5.4)
ably-ui (6.5.4.dev.5dbc374)
view_component (>= 2.33, < 2.50)
actioncable (6.0.3.4)
actionpack (= 6.0.3.4)
Expand Down Expand Up @@ -169,7 +169,7 @@ PLATFORMS
ruby

DEPENDENCIES
ably-ui (= 6.5.4)
ably-ui (= 6.5.4.dev.5dbc374)
bootsnap (>= 1.4.2)
byebug
listen (~> 3.2)
Expand Down
2 changes: 1 addition & 1 deletion preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "preview",
"private": true,
"dependencies": {
"@ably/ui": "6.5.4",
"@ably/ui": "6.5.4-dev.5dbc374",
"@babel/preset-react": "^7.12.5",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "4.3.0",
Expand Down
8 changes: 4 additions & 4 deletions preview/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@ably/[email protected]":
version "6.5.4"
resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-6.5.4.tgz#2936b319def034de707db9a74ad98490a40c92fa"
integrity sha512-MBdfvn7c4pRpEsfU95b0UCNHv9k8x0xp13XYyUsxqHZqiv4HAdtrxMR+d9gyV45KYunCHaycr6tCCNOX0LH8bw==
"@ably/[email protected]-dev.5dbc374":
version "6.5.4-dev.5dbc374"
resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-6.5.4-dev.5dbc374.tgz#71124b50ac8f5ab0bae4492b3db3972ca793ab5a"
integrity sha512-+se+nl1Gaypx5BYz++e60ppd/unyh+G8Cij0gIJfsap+fD9q8AdTxI0zaOx91o0IAQbvIwUvUsgbUVA36p+RJg==
dependencies:
array-flat-polyfill "^1.0.1"
deepmerge "^4.2.2"
Expand Down
2 changes: 1 addition & 1 deletion src/core/Footer/component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
<a class="h-24 pr-24 text-cool-black hover:text-icon-github" href="https://github.com/ably/">
<%= render(AblyUi::Core::Icon.new(name: "github", size: "1.5rem")) %>
</a>
<a class="h-24 pr-24 text-cool-black hover:text-icon-discord" href="https://discord.com/invite/wPnfgACt">
<a class="h-24 pr-24 text-cool-black hover:text-icon-discord" href="https://discord.gg/jwBPhEZ9g5">
<%= render(AblyUi::Core::Icon.new(name: "discord", size: "1.5rem")) %>
</a>
<div class="border-l border-mid-grey h-40"></div>
Expand Down
2 changes: 1 addition & 1 deletion src/core/Footer/component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ export default function Footer({ paths, urlBase }) {
<a className="h-24 pr-24 text-cool-black hover:text-icon-github" href="https://github.com/ably/">
<Icon name="github" size="1.5rem" />
</a>
<a className="h-24 pr-24 text-cool-black hover:text-icon-discord" href="https://discord.com/invite/wPnfgACt">
<a className="h-24 pr-24 text-cool-black hover:text-icon-discord" href="https://discord.gg/jwBPhEZ9g5">
<Icon name="discord" size="1.5rem" />
</a>
<div className="border-l border-mid-grey h-40"></div>
Expand Down

0 comments on commit 02f6768

Please sign in to comment.