diff --git a/src/EventHub.Web/Pages/Events/Detail.cshtml b/src/EventHub.Web/Pages/Events/Detail.cshtml
index 75cb342..a21b4cd 100644
--- a/src/EventHub.Web/Pages/Events/Detail.cshtml
+++ b/src/EventHub.Web/Pages/Events/Detail.cshtml
@@ -17,7 +17,7 @@
}
else
{
-
+
}
diff --git a/src/EventHub.Web/Pages/Index.cshtml b/src/EventHub.Web/Pages/Index.cshtml
index c4a1905..327d30f 100644
--- a/src/EventHub.Web/Pages/Index.cshtml
+++ b/src/EventHub.Web/Pages/Index.cshtml
@@ -30,7 +30,7 @@
}
else
{
-
+
}
@eventItem.Title
diff --git a/src/EventHub.Web/Pages/Organizations/Profile.cshtml b/src/EventHub.Web/Pages/Organizations/Profile.cshtml
index 0580193..25a12f3 100644
--- a/src/EventHub.Web/Pages/Organizations/Profile.cshtml
+++ b/src/EventHub.Web/Pages/Organizations/Profile.cshtml
@@ -116,7 +116,14 @@
{
-
+ @if (eventItem.CoverImageContent is null)
+ {
+
+ }
+ else
+ {
+
+ }
@eventItem.Title
@@ -138,7 +145,14 @@
{
-
+ @if (eventItem.CoverImageContent is null)
+ {
+
+ }
+ else
+ {
+
+ }
@eventItem.Title