Skip to content

Commit

Permalink
fix: update linkedin alias (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
meezaan authored Oct 28, 2023
1 parent b1c4767 commit 6e5ef06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion theme/keywind/login/assets/providers/providers.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<@instagramIcon.kw />
</#macro>

<#macro linkedin>
<#macro "linkedin-openid-connect">
<@linkedinIcon.kw />
</#macro>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<#case "instagram">
<#assign colorClass="hover:bg-provider-instagram/10">
<#break>
<#case "linkedin">
<#case "linkedin-openid-connect">
<#assign colorClass="hover:bg-provider-linkedin/10">
<#break>
<#case "microsoft">
Expand Down

0 comments on commit 6e5ef06

Please sign in to comment.