diff --git a/LANCommander/Views/Games/Index.cshtml b/LANCommander/Views/Games/Index.cshtml
index cec1438..8820552 100644
--- a/LANCommander/Views/Games/Index.cshtml
+++ b/LANCommander/Views/Games/Index.cshtml
@@ -63,7 +63,11 @@
@foreach (var item in Model)
{
-  |
+
+ @if (!String.IsNullOrWhiteSpace(item.Icon)) {
+
+ }
+ |
@Html.DisplayFor(modelItem => item.Title)
|