Skip to content

Commit 61aaece

Browse files
committed
Add conditional check to display Report Issue button only in IS docs
1 parent 60a05af commit 61aaece

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

en/theme/material/partials/report-issues.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* under the License.
1717
-->
1818

19+
{% if config.extra.product != "asgardeo" %}
1920
<link rel="stylesheet" href="{{ 'assets/css/report-issues.css' | url }}">
2021

2122
<div class="report-issues-fixed">
@@ -24,4 +25,5 @@
2425
title="Report Issues">
2526
<label class="md-header__link__label">Report Issues</label>
2627
</button>
27-
</div>
28+
</div>
29+
{% endif %}

0 commit comments

Comments
 (0)