Skip to content

Commit

Permalink
commented out feedback form code
Browse files Browse the repository at this point in the history
  • Loading branch information
SourabhChakraborty committed Apr 30, 2024
1 parent d94677b commit 94b4d13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wp-content/themes/access/views/programs/single.twig
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,14 @@
</p>
</footer>

{% include 'components/feedback.twig' with {this: post, action: shareAction} only %}
{# {% include 'components/feedback.twig' with {this: post, action: shareAction} only %} #}

<div class="sticky bottom-0 z-10">
{% if fn('defined', 'AIRTABLE_FEEDBACK_BASE_KEY') and fn('defined', 'AIRTABLE_FEEDBACK_API_KEY') %}
{# {% if fn('defined', 'AIRTABLE_FEEDBACK_BASE_KEY') and fn('defined', 'AIRTABLE_FEEDBACK_API_KEY') %}
<div class="wrap text-end pb-2">
<button aria-controls="aria-c-modal" aria-expanded="false" class="btn btn-small btn-tertiary" data-dialog="open" data-dialog-lock="true" data-js="dialog">{{ __('Feedback', 'accessnyctheme') }}</button>
</div>
{% endif %}
{% endif %} #}

<div class="wrap text-end pb-3">
<a href="#content" class="btn btn-small text-blue pointer-events-auto">{{ __('Back to top', 'accessnyctheme') }}</a>
Expand Down

0 comments on commit 94b4d13

Please sign in to comment.