diff --git a/frontend/src/components/EntriesNavigation.js b/frontend/src/components/EntriesNavigation.js
index 2a701571..f08df544 100644
--- a/frontend/src/components/EntriesNavigation.js
+++ b/frontend/src/components/EntriesNavigation.js
@@ -589,7 +589,7 @@ const EntriesNavigation = () => {
               {streamBoundary.previous_event_time && isLoading && (
                 
                    {
         
           {subscriptionsCache.data.subscriptions.map((subscription) => {
             let iconLink;
-            switch (subscription.subscription_type) {
-              case "ethereum_blockchain":
+            switch (subscription.subscription_type_id) {
+              case "1":
                 iconLink =
                   "https://ethereum.org/static/c48a5f760c34dfadcf05a208dab137cc/31987/eth-diamond-rainbow.png";
                 break;
@@ -73,9 +74,11 @@ const SubscriptionsList = () => {
                 console.error("no icon found for this pool");
             }
             return (
-              
+              
                 | -                  
+                  
+                    
+ |  |