Skip to content

Commit d175132

Browse files
DamianBrzezinskiHoAjakNatonek
authored andcommitted
fix(giscus): changed giscus comments component
1 parent 854d690 commit d175132

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

libs/blog/articles/feature-comments/src/lib/giscus-comments/giscus-comments.component.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
@if (config) {
22
<giscus-widget
33
class="w-full"
4-
[lang]="lang()"
5-
[repo]="config.repo"
6-
[repoid]="config.repoId"
7-
[category]="config.category"
8-
[categoryid]="config.categoryId"
9-
[mapping]="config.mapping"
10-
[reactionsenabled]="config.reactionsEnabled ? '1' : '0'"
11-
[strict]="config.strict ? '1' : '0'"
12-
[emitmetadata]="config.emitMetadata ? '1' : '0'"
13-
[inputposition]="config.inputPosition"
14-
[theme]="config.theme"
4+
[attr.lang]="lang()"
5+
[attr.repo]="config.repo"
6+
[attr.repoid]="config.repoId"
7+
[attr.category]="config.category"
8+
[attr.categoryid]="config.categoryId"
9+
[attr.mapping]="config.mapping"
10+
[attr.reactionsenabled]="config.reactionsEnabled ? '1' : '0'"
11+
[attr.strict]="config.strict ? '1' : '0'"
12+
[attr.emitmetadata]="config.emitMetadata ? '1' : '0'"
13+
[attr.inputposition]="config.inputPosition"
14+
[attr.theme]="config.theme"
1515
src="https://giscus.app/client.js"
1616
crossorigin="anonymous"
1717
async

0 commit comments

Comments
 (0)