We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da48be commit 6e8c776Copy full SHA for 6e8c776
lib/algora_web/live/admin/admin_live.ex
@@ -72,6 +72,8 @@ defmodule AlgoraWeb.Admin.AdminLive do
72
String.starts_with?(value, "https://console.algora.io/asset") or
73
String.starts_with?(value, "https://algora.io/asset") or
74
String.starts_with?(value, "https://www.gravatar.com") or
75
+ String.starts_with?(value, "https://media.licdn.com") or
76
+ String.starts_with?(value, "https://pbs.twimg.com") or
77
String.starts_with?(value, "https://gravatar.com") ->
78
~H"""
79
<div class="flex justify-center">
0 commit comments