diff --git a/config/config.exs b/config/config.exs index d79b66c..45081fa 100644 --- a/config/config.exs +++ b/config/config.exs @@ -31,7 +31,7 @@ config :chiya, Chiya.Mailer, adapter: Swoosh.Adapters.Local # Configure tailwind (the version is required) config :tailwind, - version: "3.2.4", + version: "3.3.1", default: [ args: ~w( --config=tailwind.config.js diff --git a/lib/chiya_web/controllers/page_html/note.html.heex b/lib/chiya_web/controllers/page_html/note.html.heex index fd8a8f6..e747c83 100644 --- a/lib/chiya_web/controllers/page_html/note.html.heex +++ b/lib/chiya_web/controllers/page_html/note.html.heex @@ -1,6 +1,8 @@
-

<%= @note.name %>

-

+

+ <%= @note.name %> +

+

<%= pretty_date(@note.published_at) %>