- <.link class="text-blue-500">Tik Tok
+ <%= if @user.socials do %>
+
+ <%= if @user.socials.tiktok do %>
+
+
+ <.link class="text-blue-500" href={"https://tiktok.com/" <> @user.socials.tiktok}>Tik Tok
+
+ <% end %>
+ <%= if @user.socials.instagram do %>
+
+
+ <.link class="text-blue-500" href={"https://instagram.com/" <> @user.socials.instagram}>Instagram
+
+ <% end %>
+ <%= if @user.socials.facebook do %>
+
+
+ <.link class="text-blue-500" href={"https://facebook.com/" <> @user.socials.facebook}>Facebook
+
+ <% end %>
+ <%= if @user.socials.x do %>
+
+
+ <.link class="text-blue-500" href={"https://x.com/" <> @user.socials.x}>X
+
+ <% end %>