Skip to content

Commit

Permalink
fix(frontend): use bolt icon instead of wand for magic link (#147)
Browse files Browse the repository at this point in the history
reference: #78
  • Loading branch information
c0rydoras authored May 13, 2024
1 parent 675ea91 commit b07c8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/components/magic-link-btn/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class="btn btn-default"
{{on "click" (toggle "isModalVisible" this)}}
>
<FaIcon @icon="magic" @prefix="fas" />
<FaIcon @icon="bolt" @prefix="fas" />
</button>

{{#if this.isModalVisible}}
Expand Down

0 comments on commit b07c8ea

Please sign in to comment.