Skip to content

Commit

Permalink
Merge pull request #8 from ELIXIR-Belgium/wrench-sm
Browse files Browse the repository at this point in the history
Smaller wrench icon
  • Loading branch information
bedroesb authored Jul 26, 2023
2 parents a9aeed5 + 4d2985e commit 6b33c2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/elixir-toolkit-theme-plugins/tool_tag.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def render(context)
data-bs-content="<h5>#{tool["name"]}</h5><div class='mb-2'>#{tool["description"]}</div>#{tags}"
data-bs-template="<div class='popover popover-tool' role='tooltip'><div class='popover-arrow'></div><h3 class='popover-header'></h3><div class='popover-body'></div></div>"
data-bs-html="true"
><i class="fa-solid fa-wrench me-2"></i>#{ tool["name"] }</a>}
><i class="fa-solid fa-wrench fa-sm me-2"></i>#{ tool["name"] }</a>}
end

def find_tool(tool_id)
Expand Down
2 changes: 1 addition & 1 deletion lib/elixir-toolkit-theme-plugins/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Jekyll
class Ett
VERSION = '0.1.8'
VERSION = '0.1.9'
end
end

0 comments on commit 6b33c2b

Please sign in to comment.