From b38bcaa8cf679d5b0e87f99f53c6e6e9fd157a95 Mon Sep 17 00:00:00 2001 From: Dmitry Popov Date: Thu, 30 Jan 2025 22:55:04 +0100 Subject: [PATCH] fix(Core): Add discord link to 'Like' icon on main interface --- lib/wanderer_app_web/components/layouts.ex | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/lib/wanderer_app_web/components/layouts.ex b/lib/wanderer_app_web/components/layouts.ex index 423ec0e8..e300e522 100644 --- a/lib/wanderer_app_web/components/layouts.ex +++ b/lib/wanderer_app_web/components/layouts.ex @@ -66,16 +66,12 @@ defmodule WandererAppWeb.Layouts do def feedback_container(assigns) do ~H""" -
<.icon name="hero-hand-thumb-up-solid" class="h-4 w-4" /> -
+ """ end