Skip to content

Commit 2006e59

Browse files
committed
fix: requested changes
1 parent 6c75e89 commit 2006e59

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/yearbook_web/components/app_link.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defmodule YearbookWeb.Components.AppLink do
1313

1414
slot :inner_block, required: true
1515

16-
def app_link(%{variant: :default} = assigns) do
16+
def action_link(%{variant: :default} = assigns) do
1717
~H"""
1818
<a
1919
href={@href}
@@ -31,7 +31,7 @@ defmodule YearbookWeb.Components.AppLink do
3131
"""
3232
end
3333

34-
def app_link(%{variant: :secondary} = assigns) do
34+
def action_link(%{variant: :secondary} = assigns) do
3535
~H"""
3636
<a
3737
href={@href}

0 commit comments

Comments
 (0)