Skip to content

Commit

Permalink
made icon on landpage configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmanos committed Sep 29, 2023
1 parent adaafab commit f9748ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ block layout-content
section.IssuerOrVerifierLayout
div.item.IssuerSection
.ItemLayout
i.fa.fa-id-card-o.LargeIcon
i(class=`fa ${fa_icon ? fa_icon : "fa-id-card-o"} LargeIcon`)
p #{locale.index.phrase}
button.Btn.Large.Landing(id="mainBtn" type="submit") #{locale.index.proceed}
input(type="hidden" id="initiate_pre_authorized" name="initiate_pre_authorized" value="true")
Expand Down

0 comments on commit f9748ab

Please sign in to comment.