diff --git a/lib/chiya_web/components/public_components.ex b/lib/chiya_web/components/public_components.ex index 8c76c0b..4e7e614 100644 --- a/lib/chiya_web/components/public_components.ex +++ b/lib/chiya_web/components/public_components.ex @@ -109,7 +109,7 @@ defmodule ChiyaWeb.PublicComponents do
<%= for note <- assigns.notes do %> + class="rounded-lg px-6 pt-4 pb-5 border border-theme-background1 hover:bg-theme-background1 transition">
<%= note.name %> @@ -119,7 +119,7 @@ defmodule ChiyaWeb.PublicComponents do
-

<%= String.slice(note.content, 0..100) %>

+

<%= String.slice(note.content, 0..150) %>

<% end %>