Skip to content

Commit

Permalink
feat(support): relocate feedback to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
teenwolfblitzer committed Feb 24, 2023
1 parent 7ec774a commit 1a3a221
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/app/views/application/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
<% end %>
<%= sage_component SageButtonGroup, { gap: :md, align: "space-between" } do %>
<%= sage_component SageButtonGroup, { gap: :md } do %>
<%= sage_component SagePopover, {
custom_content_class: "feedback-popover-panel",
icon: "feedback",
trigger_icon_only: false,
trigger_value: "Was this page helpful?",
popover_position: "top",
} do %>
<div id="emojicom-widget-inline"></div>
<% end %>
<%= sage_component SageLink, {
label: "SassDocs",
url: Rails.application.config.sassdocs_root_url,
Expand Down
1 change: 0 additions & 1 deletion docs/app/views/pages/_support_modal.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
<h2>Share your feedback</h2>
<p>We care about improving your experience! Share your feedback below.</p>
<br>
<div id="emojicom-widget-inline"></div>
</div>
<% end %>
<% end %>

0 comments on commit 1a3a221

Please sign in to comment.