Skip to content

Commit

Permalink
Merge pull request #70 from Digital-Repository-of-Ireland/bluesky-logo
Browse files Browse the repository at this point in the history
change twitter to bluesky
  • Loading branch information
stkenny authored Jan 22, 2025
2 parents 1b866ae + ebcd22b commit 7654698
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ end

gem 'bootstrap', '5.3.2'
gem 'bootstrap-glyphicons'
gem 'font-awesome-sass', "~> 6.5.1"
gem 'font-awesome-sass', "~> 6.7.2"
gem 'jwt', '1.5.2'
gem 'unicode', platforms: [:mri_18, :mri_19]

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -465,12 +465,12 @@ GEM
fcrepo_wrapper (0.9.0)
ruby-progressbar
ffaker (2.23.0)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.1-x86_64-linux-gnu)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
filesize (0.2.0)
font-awesome-sass (6.5.1)
font-awesome-sass (6.7.2)
sassc (~> 2.0)
gapic-common (0.20.0)
faraday (>= 1.9, < 3.a)
Expand Down Expand Up @@ -1236,7 +1236,7 @@ DEPENDENCIES
faraday_middleware
fcrepo_wrapper (= 0.9.0)
ffaker
font-awesome-sass (~> 6.5.1)
font-awesome-sass (~> 6.7.2)
gender_detector
google-analytics-data-v1beta (~> 0.8.0)
google-oauth2-installed
Expand Down
6 changes: 3 additions & 3 deletions app/views/shared/_header_navbar_social_media.html.erb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<div id="dri_social_media_container_id"
class="dri_social_media_container">
<nav id="dri_social_media_nav_id" class="dri_social_media_nav" >
<%= link_to "https://twitter.com/dri_ireland", :id => "follow_twitter", :target => "_blank", class: ["social_media_icon"] do %>
<i class="fa-brands fa-x-twitter"></i>
<span class="visually-hidden">twitter</span>
<%= link_to "https://bsky.app/profile/driireland.bsky.social", :id => "follow_bluesky", :target => "_blank", class: ["social_media_icon"] do %>
<i class="fa-brands fa-square-bluesky"></i>
<span class="visually-hidden">bluesky</span>
<% end %>
<%= link_to "https://www.facebook.com/digitalrepositoryireland", :id => "follow_facebook", :target => "_blank", class: ["social_media_icon"] do %>
<i class="fa-brands fa-square-facebook"></i>
Expand Down

0 comments on commit 7654698

Please sign in to comment.