diff --git a/app/views/chats/index.html.erb b/app/views/chats/index.html.erb index f16c44b7..1b8f6d1d 100644 --- a/app/views/chats/index.html.erb +++ b/app/views/chats/index.html.erb @@ -3,15 +3,15 @@
<% if @chats.any? %>
-

Chats

-
+
+

Chats

<%= render LinkComponent.new( - text: "New chat", + id: "new-chat", icon: "plus", - variant: :primary, + variant: "icon", href: new_chat_path, frame: chat_frame, - class: "w-full justify-center" + text: "New chat" ) %>