mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-12 02:35:42 +00:00
fix(Core): Add discord link to 'Like' icon on main interface
This commit is contained in:
@@ -66,16 +66,12 @@ defmodule WandererAppWeb.Layouts do
|
|||||||
|
|
||||||
def feedback_container(assigns) do
|
def feedback_container(assigns) do
|
||||||
~H"""
|
~H"""
|
||||||
<div
|
<.link
|
||||||
id="feeback-container"
|
href="https://discord.gg/cafERvDD2k"
|
||||||
data-az-l="6e9c41f4-8f3f-4e3b-bbc6-e808f9e46808"
|
class="flex flex-col p-4 items-center absolute bottom-40 left-1 gap-2 tooltip tooltip-right text-gray-400 hover:text-white"
|
||||||
class={[
|
|
||||||
"flex flex-col p-4 items-center absolute bottom-40 left-1 gap-2 tooltip tooltip-right text-gray-400 hover:text-white"
|
|
||||||
]}
|
|
||||||
data-tip="Leave Feedback"
|
|
||||||
>
|
>
|
||||||
<.icon name="hero-hand-thumb-up-solid" class="h-4 w-4" />
|
<.icon name="hero-hand-thumb-up-solid" class="h-4 w-4" />
|
||||||
</div>
|
</.link>
|
||||||
"""
|
"""
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user