chore(chat): interpolate values using new curly braces syntax

This commit is contained in:
2024-12-24 00:05:51 +00:00
parent cd45664a63
commit ada10afa96
6 changed files with 41 additions and 39 deletions

View File

@@ -9,7 +9,7 @@ defmodule SlaxWeb.ChatRoomLive.Edit do
~H"""
<div class="mx-auto w-96 mt-12">
<.header>
<%= @page_title %>
{@page_title}
<:actions>
<.link
class="font-normal text-xs text-blue-600 hover:text-blue-700"