Skip to content

Commit

Permalink
fix: Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
GSMLG-BOT committed Dec 3, 2022
1 parent 00ad870 commit 8490170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -7,6 +7,6 @@ defmodule Phoenix.WebComponent.MarkdownTest do

test "remark empty" do
assert render_component(&wc_markdown/1, content: "value") ==
~s[<remark-element class="">value</remark-element>]
~s[<remark-element id="" class="">value</remark-element>]
end
end
Expand Up @@ -23,7 +23,7 @@
</:logo>
<:user_profile>
<.wc_link href={"https://github.com/gsmlg-dev/phoenix_webcomponent"}>
<.wc_mdi name="github" class="w-12 h-12" />
<.wc_mdi name="github" class="w-12 h-12" color="white" />
</.wc_link>
</:user_profile>
</.wc_simple_appbar>
Expand Down

0 comments on commit 8490170

Please sign in to comment.