diff --git a/src/views/components/dashboard/DashboardPriceChart2.vue b/src/views/components/dashboard/DashboardPriceChart2.vue
index 99c80de6..ab3502d5 100644
--- a/src/views/components/dashboard/DashboardPriceChart2.vue
+++ b/src/views/components/dashboard/DashboardPriceChart2.vue
@@ -52,12 +52,6 @@
                     >
                       {{ pair.market.name }}
                     </b-col>
-                    <b-col
-                      cols="4"
-                      class="text-uppercase text-truncate"
-                    >
-                      {{ coinInfo.symbol }}/{{ pair.target }}
-                    </b-col>
                     <b-col
                       cols="4"
                       class="font-weight-bold"
@@ -65,6 +59,12 @@
                     >
                       ${{ pair.converted_last.usd }}
                     </b-col>
+                    <b-col
+                      cols="4"
+                      class="text-uppercase text-truncate"
+                    >
+                      {{ coinInfo.symbol }}/{{ pair.target }}
+                    </b-col>
                   </b-row>
                 </b-dropdown-item>
               </vue-perfect-scrollbar>