Skip to content

Commit

Permalink
Merge pull request #1406 from sul-dlss/EarthWorks
Browse files Browse the repository at this point in the history
Capitalize the W in EarthWorks
  • Loading branch information
marlo-longley authored Sep 12, 2024
2 parents 18ee5d6 + 6a3e858 commit 5f463ea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/components/blacklight/top_navbar_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<div
class="col-md-8 d-flex justify-content-center justify-content-md-start"
>
<div class="h1 my-3"><a href="/">Earthworks</a></div>
<div class="h1 my-3"><a href="/">EarthWorks</a></div>
</div>

</div>
Expand Down
2 changes: 1 addition & 1 deletion app/components/dropdown_component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class DropdownComponent < Blacklight::System::DropdownComponent
def before_render
# this is overriding the default button classes set in Blacklight
# (we want to use btn-outline-primary for Earthworks instead of btn-outline-secondary)
# (we want to use btn-outline-primary for EarthWorks instead of btn-outline-secondary)
with_button(label: button_label, classes: %w[btn btn-outline-primary dropdown-toggle])
super
end
Expand Down
2 changes: 1 addition & 1 deletion config/importmap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
pin 'blacklight', to: 'https://cdn.skypack.dev/[email protected]/dist/blacklight.js'
pin '@github/auto-complete-element', to: 'https://cdn.skypack.dev/@github/auto-complete-element'

# Earthworks
# EarthWorks
pin_all_from 'app/javascript/controllers', under: 'controllers'
pin_all_from 'app/javascript'
2 changes: 1 addition & 1 deletion lib/earthworks/harvester.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def restricted?(record)
end

# We transform some records in order to get more consistent metadata display
# in Earthworks, especially for facets.
# in EarthWorks, especially for facets.
def transform_record(record, path)
# Transform provider name to a shorter, consistent value based on the repository
if (transformed_provider = @ogm_repos.dig(record_repo(path), :provider))
Expand Down

0 comments on commit 5f463ea

Please sign in to comment.