32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
<% content_for :head do %>
|
|
<%# <%= javascript_pack_tag "application-bundle" %>
|
|
<% end %>
|
|
<div class="mt-2 sm:m-2 sm:p-4">
|
|
<%= react_component("UserSearchBar", props: {}, prerender: true, strict_mode: true) %>
|
|
<div
|
|
class="mx-auto mt-2 w-full border-y border-slate-300 bg-slate-50 p-2 shadow-lg sm:max-w-md sm:rounded-xl sm:border"
|
|
>
|
|
<div class="font-light italic text-slate-500">
|
|
Questions? Comments? Suggestions?
|
|
</div>
|
|
<div class="font-light italic text-slate-500">
|
|
Contact @DeltaNoises -
|
|
<%= link_to "Telegram",
|
|
"https://t.me/DeltaNoises",
|
|
target: "_blank",
|
|
class: "blue-link" %>
|
|
-
|
|
<%= link_to "BlueSky",
|
|
"https://bsky.app/profile/delta.refurrer.com",
|
|
target: "_blank",
|
|
class: "blue-link" %>
|
|
</div>
|
|
<div class="mt-4 font-light italic text-slate-500">
|
|
<b>New:</b>
|
|
Try the <%= link_to "FurAffinity User Recommender",
|
|
user_script_path,
|
|
class: "blue-link" %> user script to discover similar artists and users!
|
|
</div>
|
|
</div>
|
|
</div>
|