Skip to content

Commit

Permalink
Example has uppercase instead of lowercase function name
Browse files Browse the repository at this point in the history
  • Loading branch information
krainboltgreene authored Dec 5, 2023
1 parent 8185a46 commit 431365c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fontawesome/live_view.ex
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if Code.ensure_loaded?(Phoenix.LiveView) do
## Examples
<FontAwesome.LiveView.Icon name="address-book" type="regular" class="h-4 w-4" />
<FontAwesome.LiveView.icon name="address-book" type="regular" class="h-4 w-4" />
"""

use Phoenix.Component
Expand Down

0 comments on commit 431365c

Please sign in to comment.