bookends 10.2.5.alpha3 → 10.2.5.alpha4
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.
|
@@ -311,8 +311,8 @@ a.visuallyhidden.skip-link:focus {
|
|
|
311
311
|
&.platform:before {
|
|
312
312
|
background-image: asset-url('bookends/icons/platform.svg');
|
|
313
313
|
}
|
|
314
|
-
&.salesforce-
|
|
315
|
-
background-image: asset-url('bookends/footer/salesforce.
|
|
314
|
+
&.salesforce-icon:before {
|
|
315
|
+
background-image: asset-url('bookends/footer/salesforce.svg');
|
|
316
316
|
}
|
|
317
317
|
&.data:before {
|
|
318
318
|
background-image: asset-url('bookends/icons/data.svg');
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
</li>
|
|
57
57
|
<li><a class="bookends-icon teams" href="<%= Bookends::Config.host_www %>/teams">Heroku Teams</a></li>
|
|
58
58
|
<li class="has-dropdown">
|
|
59
|
-
<a class="bookends-icon salesforce" href="https://www.salesforce.com/products/">Salesforce</a>
|
|
59
|
+
<a class="bookends-icon salesforce-icon" href="https://www.salesforce.com/products/">Salesforce</a>
|
|
60
60
|
<ul class="dropdown wide">
|
|
61
61
|
<li><a class="bookends-icon sales-icon" href="https://www.salesforce.com/products/sales-cloud/overview/">Sales Cloud</a></li>
|
|
62
62
|
<li><a class="bookends-icon service-icon" href="https://www.salesforce.com/products/service-cloud/overview/">Service Cloud</a></li>
|
data/lib/bookends/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bookends
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 10.2.5.
|
|
4
|
+
version: 10.2.5.alpha4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marketing Web Ops at heroku
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-09-
|
|
11
|
+
date: 2022-09-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -227,6 +227,7 @@ files:
|
|
|
227
227
|
- app/assets/images/bookends/icons/redis.svg
|
|
228
228
|
- app/assets/images/bookends/icons/runtime.svg
|
|
229
229
|
- app/assets/images/bookends/icons/sales-icon.svg
|
|
230
|
+
- app/assets/images/bookends/icons/salesforce-icon.svg
|
|
230
231
|
- app/assets/images/bookends/icons/search-sprite.png
|
|
231
232
|
- app/assets/images/bookends/icons/search-sprite_2x.png
|
|
232
233
|
- app/assets/images/bookends/icons/service-icon.svg
|