diff --git a/lib/bitstyles_phoenix/component/avatar.ex b/lib/bitstyles_phoenix/component/avatar.ex
index 80e50bc..8615943 100644
--- a/lib/bitstyles_phoenix/component/avatar.ex
+++ b/lib/bitstyles_phoenix/component/avatar.ex
@@ -19,14 +19,14 @@ defmodule BitstylesPhoenix.Component.Avatar do
'''
iex> assigns = %{}
...> render ~H"""
- ...> <.ui_avatar src="https://placekitten.com/100/100" alt="Username’s avatar"/>
+ ...> <.ui_avatar src="https://placehold.co/100x100" alt="Username’s avatar"/>
...> """
''',
'''
"""
-
+
"""
@@ -38,14 +38,14 @@ defmodule BitstylesPhoenix.Component.Avatar do
'''
iex> assigns = %{}
...> render ~H"""
- ...> <.ui_avatar src="https://placekitten.com/100/100" class="foo bar" alt="Username’s avatar"/>
+ ...> <.ui_avatar src="https://placehold.co/100x100" class="foo bar" alt="Username’s avatar"/>
...> """
''',
'''
"""
-
+
"""
@@ -57,14 +57,14 @@ defmodule BitstylesPhoenix.Component.Avatar do
'''
iex> assigns = %{}
...> render ~H"""
- ...> <.ui_avatar size="l" src="https://placekitten.com/100/100" alt="Username’s avatar" height="46" width="46"/>
+ ...> <.ui_avatar size="l" src="https://placehold.co/100x100" alt="Username’s avatar" height="46" width="46"/>
...> """
''',
'''
"""
-
+
"""
@@ -76,14 +76,14 @@ defmodule BitstylesPhoenix.Component.Avatar do
'''
iex> assigns = %{}
...> render ~H"""
- ...> <.ui_avatar src="https://placekitten.com/100/100" alt="Username’s avatar"> Username
+ ...> <.ui_avatar src="https://placehold.co/100x100" alt="Username’s avatar"> Username
...> """
''',
'''
"""
-
+
Username
diff --git a/lib/bitstyles_phoenix/component/sidebar.ex b/lib/bitstyles_phoenix/component/sidebar.ex
index 1316679..0aeeec4 100644
--- a/lib/bitstyles_phoenix/component/sidebar.ex
+++ b/lib/bitstyles_phoenix/component/sidebar.ex
@@ -24,7 +24,7 @@ defmodule BitstylesPhoenix.Component.Sidebar do
...> <.ui_dropdown variant={["top", "full-width"]}>
...> <:button variant="nav-large">
...>
...> Jane Dobermann
...>
@@ -64,7 +64,7 @@ defmodule BitstylesPhoenix.Component.Sidebar do