From 2e023fa2f78c4341bf29aeb972ccce608339bce8 Mon Sep 17 00:00:00 2001 From: KKlochko Date: Sun, 1 Jun 2025 11:18:20 +0300 Subject: [PATCH] Fix the light theme for Author Show LiveView. --- lib/decentralised_book_index_web/live/author_live/show.ex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/decentralised_book_index_web/live/author_live/show.ex b/lib/decentralised_book_index_web/live/author_live/show.ex index 80decf4..8319eb4 100644 --- a/lib/decentralised_book_index_web/live/author_live/show.ex +++ b/lib/decentralised_book_index_web/live/author_live/show.ex @@ -27,7 +27,7 @@ defmodule DecentralisedBookIndexWeb.AuthorLive.Show do -
+
<%= if @author.avatar_url != nil do %>

Description

-

+

{@author.description}