Skip to content

Commit

Permalink
Create feedback page
Browse files Browse the repository at this point in the history
  • Loading branch information
leesheppard authored Feb 15, 2025
1 parent 61c1e92 commit dea0685
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/views/pages/feedback.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<%= content_for :heading do %>
Feedback
<% end %>

<div class="hidden md:block mb-32">
<h3 class="uppercase mb-12">Send us feedback<h3>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLScfqfDWXk6azrC7v_qLQk0jp6knUios3g8AW0QRcG5tKOjlww/viewform?embedded=true" width="640" height="629" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</div>

0 comments on commit dea0685

Please sign in to comment.