ably-ui 8.7.0.dev.3ad2a24 → 8.7.0.dev.4de588d
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/ably_ui/core/core.rb +0 -1
- data/lib/ably_ui/core/footer/footer.html.erb +7 -7
- data/lib/ably_ui/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8bd2c8ca1cdc5c6f8df3fed8785d949a2fac33924ff20cd2943bdab42c3d55c7
|
4
|
+
data.tar.gz: e8c69a0719649d1e2dd6b7af582030d2e8c2e137d7ca7f1f21ece9b789eede9d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 77053df7bbe7dfb00697ffd7ad1fcfe8236d77a7228e0bee5a7af92df263d63e35b59b2560db8d1c67605b57a414cf75833f4888fee7e62bb58c2b22cc3a9d7e
|
7
|
+
data.tar.gz: cbe379d0545f6862cacc35c75f70fbe1741b09e96cce01911a6101e45be299017c8931dae3de08f3e4080ee48dd0ca0867c836c8cbddd068e1488b9f9357868d
|
data/Gemfile.lock
CHANGED
data/lib/ably_ui/core/core.rb
CHANGED
@@ -210,9 +210,9 @@
|
|
210
210
|
</div>
|
211
211
|
</div>
|
212
212
|
<div class="col-span-full sm:col-span-1 inline-flex sm:ml-auto">
|
213
|
-
<%= image_tag(highest_user_adoption, alt: "Highest User Adoption 2022", class: "w-96 h-96") %>
|
214
|
-
<%= image_tag(users_love_us, alt: "Users Love Us", class: "w-96 h-96") %>
|
215
|
-
<%= image_tag(highest_performer, alt: "High Performer 2022", class: "w-96 h-96") %>
|
213
|
+
<%= image_tag(highest_user_adoption, alt: "Highest User Adoption 2022", class: "mr-24 w-96 h-96") %>
|
214
|
+
<%= image_tag(users_love_us, alt: "Users Love Us", class: "mr-24 w-96 h-96") %>
|
215
|
+
<%= image_tag(highest_performer, alt: "High Performer 2022", class: "mr-24 w-96 h-96") %>
|
216
216
|
</div>
|
217
217
|
</div>
|
218
218
|
<div class="max-w-screen-xl ui-grid-px mx-auto">
|
@@ -220,10 +220,10 @@
|
|
220
220
|
</div>
|
221
221
|
<div class="max-w-screen-xl mx-auto py-24 md:py-40 lg:py-32 md:grid md:grid-cols-2 ui-grid-gap ui-grid-px ">
|
222
222
|
<div class="flex flex-col flex-auto pb-40 ml-8 col-span-full md:col-span-1">
|
223
|
-
<div class="
|
224
|
-
<%= link_to 'Cookies', abs_url("/privacy"), class: "ui-footer-link
|
225
|
-
<%= link_to 'Legals', abs_url("/legals"), class: "ui-footer-link
|
226
|
-
<%= link_to 'Data Protection', abs_url("/data-protection"), class: "ui-footer-link
|
223
|
+
<div class="inline-flex">
|
224
|
+
<%= link_to 'Cookies', abs_url("/privacy"), class: "pr-24 ui-footer-link" %>
|
225
|
+
<%= link_to 'Legals', abs_url("/legals"), class: "pr-24 ui-footer-link" %>
|
226
|
+
<%= link_to 'Data Protection', abs_url("/data-protection"), class: "pr-24 ui-footer-link" %>
|
227
227
|
<%= link_to 'Privacy', abs_url("/privacy"), class: "ui-footer-link" %>
|
228
228
|
</div>
|
229
229
|
</div>
|
data/lib/ably_ui/version.rb
CHANGED