There was an error while loading. Please reload this page.
1 parent 6c75e89 commit 2006e59Copy full SHA for 2006e59
1 file changed
lib/yearbook_web/components/app_link.ex
@@ -13,7 +13,7 @@ defmodule YearbookWeb.Components.AppLink do
13
14
slot :inner_block, required: true
15
16
- def app_link(%{variant: :default} = assigns) do
+ def action_link(%{variant: :default} = assigns) do
17
~H"""
18
<a
19
href={@href}
@@ -31,7 +31,7 @@ defmodule YearbookWeb.Components.AppLink do
31
"""
32
end
33
34
- def app_link(%{variant: :secondary} = assigns) do
+ def action_link(%{variant: :secondary} = assigns) do
35
36
37
0 commit comments